Skip to content

Commit 057e342

Browse files
authored
alt-text for scatterplot w/ log-version of x-axis
1 parent 7f5d8a3 commit 057e342

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
@@ -238,7 +238,7 @@ could support the interpretation of the lower numbers:
238238
~~~
239239
{: .language-python}
240240
241-
![png](../fig/06_log_plot.png)
241+
![Scatterplot of hindfoot length versus weight where logarithmic x-axis is used to distribute lower numbers](../fig/06_log_plot.png)
242242
243243
- Changing the theme (`theme_*`) or some specific theming (`theme`) elements.
244244
Usually plots with white background look more readable when printed. We can

0 commit comments

Comments
 (0)