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
mid is used for diverging colormaps to change the relative location of the middle point where the color changes from e.g. red to blue in RdBu. What you want to modify is the brightness b that defines the starting point of the color palette.
Now that I look the documentation I can also see where this misconception originates from. For some reason I have mentioned mid as somehow special keyword which it is not.
Also one extra thumb up for a more thorough documentation as mentioned in #32
I am trying to generate a colormap and only want to fetch the darker shades of
"Blues"
:But this generates the same color as if
mid
would be excluded. Am I missing something?Source: https://github.com/JuliaLang/Color.jl#colormaps
The text was updated successfully, but these errors were encountered: