Skip to content

Commit cb80cd8

Browse files
fixed links
1 parent 8bd3c16 commit cb80cd8

File tree

1 file changed

+1
-1
lines changed
  • 3-Data-Visualization/R/12-visualization-relationships

1 file changed

+1
-1
lines changed

3-Data-Visualization/R/12-visualization-relationships/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ In this lesson, you learned a bit more about other uses of scatterplots and line
165165

166166
## Review & Self Study
167167

168-
Line plots can be simple or quite complex. Do a bit of reading in the [Seaborn documentation](https://seaborn.pydata.org/generated/seaborn.lineplot.html) on the various ways you can build them. Try to enhance the line charts you built in this lesson with other methods listed in the docs.
168+
Line plots can be simple or quite complex. Do a bit of reading in the [ggplot2 documentation](https://ggplot2.tidyverse.org/reference/geom_path.html#:~:text=geom_line()%20connects%20them%20in,which%20cases%20are%20connected%20together) on the various ways you can build them. Try to enhance the line charts you built in this lesson with other methods listed in the docs.
169169
## Assignment
170170

171171
[Dive into the beehive](assignment.md)

0 commit comments

Comments
 (0)