Skip to content

Commit

Permalink
Update 07-visualization-ggplot-python.md
Browse files Browse the repository at this point in the history
Closes #599

Correcte API link, setup-plotnine, and ggplot2-cheat-sheet.

Also fixed documentation link by pointing it to read me on github.  That read me directs users to plotnine homepage which has less guidance than the read me and then punts to gg-plot documentation for additional coverage.   I am open to considering better documentation options.
  • Loading branch information
quist00 authored Mar 5, 2024
1 parent 44050b8 commit 8ace2fe
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 8ace2fe

Please sign in to comment.