Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _episodes/07-visualization-ggplot-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ surveys_plot + p9.geom_point()
~~~
{: .language-python}

![png](../fig/06_first_plot.png)
![scatter plot of hindfoot length vs weight with black dots denoting individual sampled animals, showing 4 main clusters of dots in the middle and left middle sides](../fig/06_first_plot.png)

> ## Challenge - bar chart
> Working on the `surveys_complete` data set, use the `plot-id` column to
Expand Down