Skip to content

Commit 6dcbee7

Browse files
Merge pull request #1 from hunter-powell/hunter-powell-patch-1
Updated alt text for 06_first_plot.png
2 parents ca944e5 + f899c6e commit 6dcbee7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/07-visualization-ggplot-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ operator:
223223
~~~
224224
{: .language-python}
225225
226-
![png](../fig/06_color_label_plot.png)
226+
![scatter plot of Hindfoot length vs weight (g) with colors coordinating to specfic species, showing abundance in the mid to lower left side of the plot](../fig/06_color_label_plot.png)
227227
228228
- Defining scale for colors, axes,... For example, a log-version of the x-axis
229229
could support the interpretation of the lower numbers:
@@ -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)