Skip to content

Commit bd3a434

Browse files
authored
Merge pull request #578 from emilyyaklich/main
Update 08-putting-it-all-together.md
2 parents b925071 + dba647b commit bd3a434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/08-putting-it-all-together.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ for the rest.
146146

147147
We will cover a few basic commands for creating and formatting plots with matplotlib in this lesson.
148148
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
150150
styles 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

363363
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
365365
"Source code" link and copy and paste into a new cell in Jupyter Notebook or
366366
save as a text file with a `.py` extension and run in the command line).
367367

0 commit comments

Comments
 (0)