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'm wondering if it is possible to specify the divergent continuous palette to be centered by 0?
I tried paletteer::scale_fill_paletteer_c("pals::coolwarm", midpoint = 0) but it doesn't take midpoint argument.
paletteer::scale_fill_paletteer_c("pals::coolwarm", midpoint = 0)
Currently, my plot looks like this -- would be nice if I can set the midpoint in paletteer functions
The text was updated successfully, but these errors were encountered:
Hello @albert-ying 👋 This has been requested before #50. I'm hesitant to add this before it gets support in ggplot2 directly. Please see tidyverse/ggplot2#3738 for ideas of how to deal with this problem. I also wrote this blogpost about ways to deal with this problem https://www.emilhvitfeldt.com/post/2019-05-21-center-continuous-palettes-in-ggplot2/
Sorry, something went wrong.
No branches or pull requests
Hi, I'm wondering if it is possible to specify the divergent continuous palette to be centered by 0?
I tried
paletteer::scale_fill_paletteer_c("pals::coolwarm", midpoint = 0)
but it doesn't take midpoint argument.Currently, my plot looks like this -- would be nice if I can set the midpoint in paletteer functions
The text was updated successfully, but these errors were encountered: