Skip to content

Commit dba647b

Browse files
authored
Apply suggestions from code review
Important Link Changes in Limbo, so making minor edits to resolve and get them into production
1 parent 55d7946 commit dba647b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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/stable/gallery/index.html)](https://matplotlib.org/stable/gallery/index.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-
[https://matplotlib.org/stable/plot_types/index.html](https://matplotlib.org/stable/plot_types/index.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)