davidhodge931 / ggblanket

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

Do not allow x_symmetric = TRUE & y_symmetric = TRUE #920

Closed davidhodge931 closed 1 month ago

davidhodge931 commented 1 month ago

Avoid hist bug etc

davidhodge931 commented 1 month ago
penguins |>
  gg_histogram(
    y =  body_mass_g, 
    x_symmetric = TRUE,
    y_symmetric = TRUE,
  )