davidhodge931 / ggblanket

Simplify ggplot2 visualisation
https://davidhodge931.github.io/ggblanket/
Other
155 stars 8 forks source link

mode: should discrete ticks be removed? #913

Closed davidhodge931 closed 3 months ago

davidhodge931 commented 3 months ago

If flipped and discrete y axis, should y ticks be:

theme(axis.ticks.y = element_line(colour = "transparent")),
If _not_ flipped _and_ discrete x axis, should x ticks be 
davidhodge931 commented 3 months ago

Too difficult