Skip to content

Commit ba243d5

Browse files
authored
Merge pull request #517 from hunter-powell/patch-2
Added alt text to 06_facet_all_plot.png
2 parents ecacd3a + 0de6e7b commit ba243d5

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
@@ -447,7 +447,7 @@ We can apply the same concept on any of the available categorical variables:
447447
~~~
448448
{: .language-python}
449449
450-
![png](../fig/06_facet_all_plot.png)
450+
![24 individual scatter plots of Hindfoot length vs weight of species with colors denoting species and numbers above plot representing 1 of the 24 plots, showing trends for each unique plot id studied](../fig/06_facet_all_plot.png)
451451
452452
The `facet_wrap` geometry extracts plots into an arbitrary number of dimensions
453453
to allow them to cleanly fit on one page. On the other hand, the `facet_grid`

0 commit comments

Comments
 (0)