File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ for the rest.
146
146
147
147
We will cover a few basic commands for creating and formatting plots with matplotlib in this lesson.
148
148
A great resource for help creating and styling your figures is the matplotlib gallery
149
- ([ http://matplotlib.org/ gallery.html ] ( https://matplotlib.org/gallery.html ) ), which includes plots in many different
149
+ ([ matplot gallery] ( https://matplotlib.org/stable/ gallery/ ) ), which includes plots in many different
150
150
styles and the source codes that create them.
151
151
152
152
### ` plt ` pyplot versus object-based matplotlib
@@ -361,7 +361,7 @@ fig.savefig("my_plot_name.pdf", dpi=300)
361
361
## Make other types of plots:
362
362
363
363
Matplotlib can make many other types of plots in much the same way that it makes two-dimensional line plots. Look through the examples in
364
- [ http ://matplotlib.org/users/screenshots.html ] ( https://matplotlib.org/users/screenshots.html ) and try a few of them (click on the
364
+ [ https ://matplotlib.org/stable/plot_types/ ] ( https://matplotlib.org/stable/plot_types/ ) and try a few of them (click on the
365
365
"Source code" link and copy and paste into a new cell in Jupyter Notebook or
366
366
save as a text file with a ` .py ` extension and run in the command line).
367
367
You can’t perform that action at this time.
0 commit comments