We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I see example like this
ggplot(lincoln_weather, aes(x = `Mean Temperature [F]`, y = Month, fill = stat(x))) + geom_density_ridges_gradient(scale = 3, rel_min_height = 0.01) + scale_fill_viridis_c(name = "Temp. [F]", option = "C") + labs(title = 'Temperatures in Lincoln NE in 2016')
But I wish to use other variables (continous) to replace the x here, while it does not work
The text was updated successfully, but these errors were encountered:
I'm having the same issue- let us know if you found an answer!
Sorry, something went wrong.
No branches or pull requests
Hi I see example like this
But I wish to use other variables (continous) to replace the x here, while it does not work
The text was updated successfully, but these errors were encountered: