diff --git a/examples/showcase/stock_prices.py b/examples/showcase/stock_prices.py index f51abcd3c449..7f7ffba08f03 100644 --- a/examples/showcase/stock_prices.py +++ b/examples/showcase/stock_prices.py @@ -102,7 +102,7 @@ def convertdate(x): # Finally, save the figure as a PNG. # You can also save it as a PDF, JPEG, etc. # Just change the file extension in this call. -# fig.savefig('percent-bachelors-degrees-women-usa.png', bbox_inches='tight') +# fig.savefig('stock-prices.png', bbox_inches='tight') plt.show() #############################################################################