royal-statistical-society / datavisguide

Introductory guide to the art and science of data visualisation. Insights, advice, and examples (with code) to make data outputs more readable, accessible, and impactful.
https://royal-statistical-society.github.io/datavisguide/
Other
129 stars 20 forks source link

Graph missing a value label in the y-axis #51

Open star1327p opened 3 weeks ago

star1327p commented 3 weeks 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.

https://royal-statistical-society.github.io/datavisguide/docs/tools.html