We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699ad65 commit dfa1f33Copy full SHA for dfa1f33
examples/showcase/stock_prices.py
@@ -102,7 +102,7 @@ def convertdate(x):
102
# Finally, save the figure as a PNG.
103
# You can also save it as a PDF, JPEG, etc.
104
# Just change the file extension in this call.
105
-# fig.savefig('percent-bachelors-degrees-women-usa.png', bbox_inches='tight')
+# fig.savefig('stock-prices.png', bbox_inches='tight')
106
plt.show()
107
108
#############################################################################
0 commit comments