You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the colors you would like
I want 'bwr' only with black in the middle, i.e.. I want "dark mode bwr": Blue on one side, red on the other, black in the middle, but for a fairly narrow range in the middle.
I notice that all the light-centered diverging maps appear as if there is a "rapid" transition around the central value, whereas for the darker maps the central dark colors cover a might wider proportion of the colormap.
My collaborator hates all the white in this image and asked for a "dark mode", so I'm working on that.
'redshift' has too much of the middle of the color range as near-black:
I want the black to cover a more narrow range in the middle.
'guppy' seems to provide the most rapid transition of the dark-centered diverging colormaps, but I don't want purple in the middle. Most of my plot ends up looking purple (see screenshot below), whereas I'd rather have it mostly dark.
Describe the colormap type
diverging
Describe any extra properties
I'm not sure how one gets colorblind-friendliness in a diverging map, but if possible, that'd be great!
Is your colormap request related to a specific application? Please describe.
Sure, see tokens_spectrogram_image() in my aeiou library.
I want to easily see at a glance the distribution of positive, negative, and "small" (near zero) values in a 2D array.
Additional context
screenshots above
The text was updated successfully, but these errors were encountered:
hmm, to me, the second plot you posted with wildfire looks really good actually, when I compare it to the bwr plot above it.
I can see all elements in both plots.
The reason it becomes harder to see the red/blue parts that are very close to 0 (on the far right of your plots for example), is because they should be.
They differ very little from 0, and thus should be near-black.
So, I have a return question first: Are ALL non-zero values in this plot important to clearly visualize?
Basically, any value that is not zero should be clearly distinct from actual zero?
If so, I could make a different colormap or a function (that CMasher could benefit from), that combines two sequential (10, 90) colormaps with black in the center.
Your smallest non-zero values would then become 10% lightness, which is visually distinct from black (0 lightness).
Describe the colors you would like
I want 'bwr' only with black in the middle, i.e.. I want "dark mode bwr": Blue on one side, red on the other, black in the middle, but for a fairly narrow range in the middle.
I notice that all the light-centered diverging maps appear as if there is a "rapid" transition around the central value, whereas for the darker maps the central dark colors cover a might wider proportion of the colormap.
My collaborator hates all the white in this image and asked for a "dark mode", so I'm working on that.
'redshift' has too much of the middle of the color range as near-black:
I want the black to cover a more narrow range in the middle.
'guppy' seems to provide the most rapid transition of the dark-centered diverging colormaps, but I don't want purple in the middle. Most of my plot ends up looking purple (see screenshot below), whereas I'd rather have it mostly dark.
Describe the colormap type
diverging
Describe any extra properties
I'm not sure how one gets colorblind-friendliness in a diverging map, but if possible, that'd be great!
Is your colormap request related to a specific application? Please describe.
Sure, see
tokens_spectrogram_image()
in myaeiou
library.I want to easily see at a glance the distribution of positive, negative, and "small" (near zero) values in a 2D array.
Additional context
screenshots above
The text was updated successfully, but these errors were encountered: