Skip to content

Commit 736c5fd

Browse files
authored
Merge pull request #606 from datacarpentry/quist00-patch-1
Update 07-visualization-ggplot-python.md
2 parents 34427e6 + 8ace2fe commit 736c5fd

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)