davidhodge931 / ggblanket

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

*_mode: remove ticks length argument #939

Closed davidhodge931 closed 3 months ago

davidhodge931 commented 3 months ago

Everything in ggblanket will start with the x* or y* prefixes

axis_ticks_length_x = grid::[unit](https://rdrr.io/r/grid/unit.html)(base_size/3, "pt"),
 axis_ticks_length_y = grid::[unit](https://rdrr.io/r/grid/unit.html)(base_size/4, "pt"),
davidhodge931 commented 3 months ago

Sorted :)