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
ok sorry I havent actually used the newest UnfoldMakie version. Now I do, it is still broken, but differently :-P
So colorrange is not respected when calculating limits of colorbar, this is a bug I can see directly from the code. I can circumvent this, by not specifying colorrange, but limits directly - but then the labels are wrong...
So colorrange is not respected when calculating limits of colorbar, this is a bug I can see directly from the code. I can circumvent this, by not specifying colorrange, but limits directly - but then the labels are wrong...
UnfoldMakie.jl/src/plot_topoplotseries.jl
Line 127 in f5ed699
this is a bad way to define default colorranges, why not use
extract_colorrange
a function that is already defined?besides that, I cannot get non-symmetric colorbars anymore. colorrange seems to be ignored?
I couldnt find in the code why/where this breaks yet
The text was updated successfully, but these errors were encountered: