Open star1327p opened 2 months ago
In the section "Styling charts for RSS publications", the first graph has a missing "12" value label in the y-axis.
The code barplot(table(mtcars$gear), col = signif_blue) needs revision to get a better display of the y-axis.
barplot(table(mtcars$gear), col = signif_blue)
https://royal-statistical-society.github.io/datavisguide/docs/tools.html
In the section "Styling charts for RSS publications", the first graph has a missing "12" value label in the y-axis.
The code
barplot(table(mtcars$gear), col = signif_blue)
needs revision to get a better display of the y-axis.https://royal-statistical-society.github.io/datavisguide/docs/tools.html