hrbrmstr / ggalt

:earth_americas: Extra Coordinate Systems, Geoms, Statistical Transformations & Scales for 'ggplot2'
https://cran.r-project.org/web/packages/ggalt/vignettes/ggalt_examples.html
Other
654 stars 99 forks source link

Dashed Spline #71

Open LazolaNGC opened 3 years ago

LazolaNGC commented 3 years ago

I have just started using geom_xsplines, I like it very much. However, I could not find a way to change the spline from solid to dashed or dotted (as in linetype in geomline). Is there a way around this, or really one should just stick to geom_smooth?

hrbrmstr commented 3 years ago

Def a worthy enhancement.

In the interim (before I get to it) give https://github.com/thomasp85/ggforce/blob/master/R/bspline.R a 👀 as an alternative.

LazolaNGC commented 3 years ago

Thank you very much for this awesome enhancement.