File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ for the rest.
146146
147147We will cover a few basic commands for creating and formatting plots with matplotlib in this lesson.
148148A 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
150150styles and the source codes that create them.
151151
152152### ` plt ` pyplot versus object-based matplotlib
@@ -361,7 +361,7 @@ fig.savefig("my_plot_name.pdf", dpi=300)
361361## Make other types of plots:
362362
363363Matplotlib 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
365365"Source code" link and copy and paste into a new cell in Jupyter Notebook or
366366save as a text file with a ` .py ` extension and run in the command line).
367367
You can’t perform that action at this time.
0 commit comments