Skip to content

Commit 7f5d8a3

Browse files
authored
alt-text for bar plot demonstrating theme function
1 parent ad4b851 commit 7f5d8a3

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
@@ -546,7 +546,7 @@ rotate the text of the x-axis labels:
546546
~~~
547547
{: .language-python}
548548
549-
![png](../fig/06_good_bars.png)
549+
![Bar graph of count per year demonstrating how the theme function rotates the x-axis labels](../fig/06_good_bars.png)
550550
551551
When you like a specific set of theme-customizations you created, you can save
552552
them as an object to easily apply them to other plots you may create:

0 commit comments

Comments
 (0)