Hello,
Thanks for developing a great package.
I have a pretty niche use case and figured I'd raise it here as a bug/feature request.
Basically I'm plotting model predictions from a longitudinal model of hue (circular data) and when I use polar coordinates the fill from scale_fill_gradientn acts strangely (see below with a small subset of data). Basic ggplot's geom_ribbon can also act strangely with polar coordinates, but I do not have a deep enough understanding to know if that is the same core issue.
I do not have a strong appreciation for how much effort it might take to change the behavior or if this is a relic of deeper R graphics/ggplot stuff but thank you for your time in checking this issue and developing ggridges.
Hello, Thanks for developing a great package. I have a pretty niche use case and figured I'd raise it here as a bug/feature request. Basically I'm plotting model predictions from a longitudinal model of hue (circular data) and when I use polar coordinates the fill from
scale_fill_gradientn
acts strangely (see below with a small subset of data). Basic ggplot'sgeom_ribbon
can also act strangely with polar coordinates, but I do not have a deep enough understanding to know if that is the same core issue. I do not have a strong appreciation for how much effort it might take to change the behavior or if this is a relic of deeper R graphics/ggplot stuff but thank you for your time in checking this issue and developing ggridges.