8000 Update filename in example. (#23466) · matplotlib/matplotlib@dfa1f33 · GitHub
[go: up one dir, main page]

Skip to content

Commit dfa1f33

Browse files
authored
Update filename in example. (#23466)
The old name was when the example was still "bachelor's degree by gender".
1 parent 699ad65 commit dfa1f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/showcase/stock_prices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def convertdate(x):
102102
# Finally, save the figure as a PNG.
103103
# You can also save it as a PDF, JPEG, etc.
104104
# Just change the file extension in this call.
105-
# fig.savefig('percent-bachelors-degrees-women-usa.png', bbox_inches='tight')
105+
# fig.savefig('stock-prices.png', bbox_inches='tight')
106106
plt.show()
107107

108108
#############################################################################

0 commit comments

Comments
 (0)
0