Skip to content

Commit 8ace2fe

Browse files
authored
Update 07-visualization-ggplot-python.md
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.
1 parent 44050b8 commit 8ace2fe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

episodes/07-visualization-ggplot-python.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -631,12 +631,12 @@ my_plot.save("scatterplot.png", width=10, height=10, dpi=300)
631631

632632

633633

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

641641

642642
:::::::::::::::::::::::::::::::::::::::: keypoints

0 commit comments

Comments
 (0)