davidhodge931 / ggblanket

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

mode_orientation_to_*: remove `axis_ticks_transparent = TRUE` argument #938

Closed davidhodge931 closed 3 weeks ago

davidhodge931 commented 3 weeks ago

Confusing having _x not at the start

Either mode_orientation_to_x(...) mode_orientation_to_y(...)

Or mode_orientation_to_x(..., axis_ticks_x_transparent = FALSE) mode_orientation_to_y(..., axis_ticks_y_transparent = TRUE)

davidhodge931 commented 3 weeks ago

Sorted :)