Skip to content

Commit ad654b1

Browse files
authored
alt-text for blue scatter plot
1 parent 08b374f commit ad654b1

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
@@ -178,7 +178,7 @@ instance, we can add transparency (alpha) to avoid overplotting:
178178
~~~
179179
{: .language-python}
180180
181-
![scatter-plot of hindfoot-length vs weight of rodents, showing a curve increasing to a plateau](../fig/06_alpha_plot.png)
181+
![scatter plot of hindfoot-length vs weight of rodents, showing a curve increasing to a plateau](../fig/06_alpha_plot.png)
182182
183183
We can also add colors for all the points
184184
@@ -191,7 +191,7 @@ We can also add colors for all the points
191191
~~~
192192
{: .language-python}
193193
194-
![png](../fig/06_blue_plot.png)
194+
![scatter plot of hindfoot-length vs weight of rodents, demonstrating overplotting](../fig/06_blue_plot.png)
195195
196196
Or to color each species in the plot differently, map the `species_id` column
197197
to the color aesthetic:

0 commit comments

Comments
 (0)