EvaMaeRey / ggxmean

https://EvaMaeRey.github.io/ggxmean
MIT License
66 stars 3 forks source link

geomText not inheriting nudge_x, nudge_y #3

Open EvaMaeRey opened 2 years ago

EvaMaeRey commented 2 years ago

facing the warning when inheriting from geomText: Warning: Ignoring unknown parameters: nudge_x

same question here: https://community.rstudio.com/t/formal-parameters-in-geoms-and-stats-how-to-pass-them-from-one-to-the-other/29950/3

EvaMaeRey commented 2 years ago

A problem for geom_coordinates for example which inherits geomText: https://github.com/EvaMaeRey/ggxmean/blob/master/R/geom_coordinates.R

EvaMaeRey commented 2 years ago

check_overlap works. Seems like nudges should also inherit.

snmasterson commented 2 years ago

I also just found the same problem

EvaMaeRey commented 2 months ago

https://github.com/teunbrand/ggplot-extension-club/discussions/6