Skip to content

Commit f899c6e

Browse files
Updated alt text for 06_first_plot.png
The original commit accidentally removed previous alt text addition, so this is to mend those and make sure 06_first_plot.png[line:126], 06_color_label_plot.png[line:226], and 06_facet_all_plot.png[line:450] all match approved alt text from spreadsheet.
1 parent ca944e5 commit f899c6e

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)