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
I observe something similar with the colorkey values.
Changing from float to int and minvalue maxvalue have no effect anymore.
So my basic advise is actually to use floats with minvalue maxvalue if someone provides these such as in my example p3.
For better clarity in some plots this makes sense to have the colorbar ranging from 0.5 to 3.4 or so instead of 0 to 4.
The new version of Gadfly seems to be overriding the min/max values set in color_continuous().
The code below
produces a colorkey from -50 to 100.
How to force Gadfly to produce a colorkey from -1 to 100?
The text was updated successfully, but these errors were encountered: