-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
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
Feature request: logarithmic (continuous) color scale #744
Comments
I brought up some trouble I was having implementing exactly this functionality in #573. I agree that colors currently are in need of some attention, both in scalings as well as optional, built-in colormaps. |
It doesn't directly solve your request, but here's how you could customize using Plots.jl:
One caveat is that you'll need to do a |
A logarithmic continuous color scale would be nice to have.
Consistently with
Scale.x_continuous
andScale.y_continuous
, a number of transformed continuous scales could be provided:Scale.color_continuous
(scale without any transformation).Scale.color_log10
Scale.color_log2
Scale.color_log
Scale.color_asinh
Scale.color_sqrt
The text was updated successfully, but these errors were encountered: