Skip to content

Commit 904805c

Browse files
authored
alt-text for bar graph with overlapping x-axis labels
1 parent 057e342 commit 904805c

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
@@ -529,7 +529,7 @@ following example of a bar plot with the counts per year.
529529
~~~
530530
{: .language-python}
531531
532-
![png](../fig/06_overlap_bars.png)
532+
![Bar graph of count per year showing ovelapping x-axis labels](../fig/06_overlap_bars.png)
533533
534534
Notice that we use the `year` here as a categorical variable by using the
535535
`factor` functionality. However, by doing so, we have the individual year

0 commit comments

Comments
 (0)