Great package, thank you so much! This has been a lifesaver in improving performance of some heavy plots.
I'm wondering if there is any possibility of support for faceting using geom_scattermost()? I need the speed and memory performance of scattermost, so adding a facet_wrap() layer to geom_scattermore() isn't really an option. I've hacked something together by creating a list of the scattermost subplots and using patchwork::wrap_plots() to stitch them together. However, this leads to some challenges getting theming applied consistently, particularly axis limits.
I also realize that geom_scattermost() is intended to be minimal, so not sure if this is beyond the scope of what's intended for this package.
Great package, thank you so much! This has been a lifesaver in improving performance of some heavy plots.
I'm wondering if there is any possibility of support for faceting using
geom_scattermost()? I need the speed and memory performance of scattermost, so adding afacet_wrap()layer togeom_scattermore()isn't really an option. I've hacked something together by creating a list of the scattermost subplots and usingpatchwork::wrap_plots()to stitch them together. However, this leads to some challenges getting theming applied consistently, particularly axis limits.I also realize that
geom_scattermost()is intended to be minimal, so not sure if this is beyond the scope of what's intended for this package.