Skip to content

Commit 3fbdb3d

Browse files
Added alt text for 06_facet_plot.png
1 parent ecacd3a commit 3fbdb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/07-visualization-ggplot-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ variable. As an example, use `sex`:
432432
)
433433
~~~
434434
{: .language-python}
435-
![png](../fig/06_facet_plot.png)
435+
![2 scatter plots, one for males and the other for females, of hindfoot length vs weight with colored dots denoting specific species, showing the trend is the same between both male and females of multiple species](../fig/06_facet_plot.png)
436436
437437
We can apply the same concept on any of the available categorical variables:
438438

0 commit comments

Comments
 (0)