Skip to content

Commit

Permalink
Merge pull request #606 from datacarpentry/quist00-patch-1
Browse files Browse the repository at this point in the history
Update 07-visualization-ggplot-python.md
  • Loading branch information
quist00 authored Mar 29, 2024
2 parents 34427e6 + 8ace2fe commit 736c5fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions episodes/07-visualization-ggplot-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,12 +631,12 @@ my_plot.save("scatterplot.png", width=10, height=10, dpi=300)



[plotnine]: https://plotnine.readthedocs.io/en/stable
[plotnine]: https://github.com/has2k1/plotnine?tab=readme-ov-file
[ggplot2]: https://ggplot2.tidyverse.org
[grammar-of-graphics]: https://link.springer.com/book/10.1007%2F0-387-28695-0
[setup-plotnine]: https://datacarpentry.org/python-ecology-lesson/setup.html#required-python-packages
[plotnine-api]: https://plotnine.readthedocs.io/en/stable/api.html#color-and-fill-scales
[ggplot2-cheat-sheet]: https://www.rstudio.com/wp-content/uploads/2015/08/ggplot2-cheatsheet.pdf
[setup-plotnine]: https://datacarpentry.org/python-ecology-lesson/#required-python-packages
[plotnine-api]: https://plotnine.org/reference/
[ggplot2-cheat-sheet]: https://rstudio.github.io/cheatsheets/html/data-visualization.html


:::::::::::::::::::::::::::::::::::::::: keypoints
Expand Down

0 comments on commit 736c5fd

Please sign in to comment.