mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-20 12:20:29 +08:00
DEV: Make the example chart larger so that it's readable
This commit is contained in:
@@ -87,4 +87,4 @@ if __name__ == '__main__':
|
||||
ax2.plot(results.ix[results.sell].index, results.short_mavg[results.sell],
|
||||
'v', markersize=10, color='k')
|
||||
plt.legend(loc=0)
|
||||
plt.show()
|
||||
plt.gcf().set_size_inches(18, 8)
|
||||
|
||||
Reference in New Issue
Block a user