Skip to content

Commit

Permalink
differences for PR #578
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 31, 2024
1 parent b70a7a9 commit 1a0c945
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 08-putting-it-all-together.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ for the rest.

We will cover a few basic commands for creating and formatting plots with matplotlib in this lesson.
A great resource for help creating and styling your figures is the matplotlib gallery
([http://matplotlib.org/gallery.html](https://matplotlib.org/gallery.html)), which includes plots in many different
([matplot gallery](https://matplotlib.org/stable/gallery/)), which includes plots in many different
styles and the source codes that create them.

### `plt` pyplot versus object-based matplotlib
Expand Down Expand Up @@ -361,7 +361,7 @@ fig.savefig("my_plot_name.pdf", dpi=300)
## Make other types of plots:

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
[http://matplotlib.org/users/screenshots.html](https://matplotlib.org/users/screenshots.html) and try a few of them (click on the
[https://matplotlib.org/stable/plot_types/](https://matplotlib.org/stable/plot_types/) and try a few of them (click on the
"Source code" link and copy and paste into a new cell in Jupyter Notebook or
save as a text file with a `.py` extension and run in the command line).

Expand Down
Empty file modified fig/00_0_jupyter_notebook_example.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"episodes/05-merging-data.md" "d7c67295a4bc6ba9b4237cff0f8fd322" "site/built/05-merging-data.md" "2023-05-19"
"episodes/06-loops-and-functions.md" "d41f11e6c162c86393cd9bd4431c0687" "site/built/06-loops-and-functions.md" "2023-05-18"
"episodes/07-visualization-ggplot-python.md" "814b6fc361595a0c9ea7db393b1424db" "site/built/07-visualization-ggplot-python.md" "2023-05-19"
"episodes/08-putting-it-all-together.md" "ea1f069a21145a751043bb4d798ab3cc" "site/built/08-putting-it-all-together.md" "2023-05-08"
"episodes/08-putting-it-all-together.md" "c2e356ed4c45529f4d60c60c2204c801" "site/built/08-putting-it-all-together.md" "2024-01-31"
"episodes/09-working-with-sql.md" "e27af594f7ae68613dbaae8240493770" "site/built/09-working-with-sql.md" "2023-05-18"
"instructors/CONTRIBUTORS.md" "71ca6d2e0d81004775e42ce90cd6a298" "site/built/CONTRIBUTORS.md" "2023-05-08"
"instructors/extra_challenges.md" "38b0d3016d4045f9d621c2cc267c72d6" "site/built/extra_challenges.md" "2023-05-18"
Expand Down

0 comments on commit 1a0c945

Please sign in to comment.