Open
Description
For ggplot2
, there are many R packages that define new geom_*
functions or new theme_*
functions. I'd love to be able to define a new geom for plotnine (I'm particularly thinking of something similar to ggridges), but it's not clear to me how I would do that.
Maybe it'd be possible to add some developer instructions that tell you which functions to look at / which classes to inherit from when defining custom geoms.
thanks!