y-scale transforms for individual plots
mattmoo opened this issue · 1 comments
mattmoo commented
I might be being dense, but how do I apply an e.g. square root transform to the individual ridges? If I try scale_y_continuous it tries to apply the transform to the factor separating the ridges.
clauswilke commented
Not possible. You'll have to calculate the ridgelines manually and then plot with geom_ridgeline()
.