DEV: Make the example chart larger so that it's readable

This commit is contained in:
Ben McCann
2013-06-07 10:15:33 -04:00
committed by Eddie Hebert
parent b2895e06ee
commit cc7969e777
+1 -1
View File
@@ -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)