Closed SteSeg closed 1 year ago
Hi! I noticed that the plotter does not allow for perceptually uniform sequential colormaps (e.g. viridis, cividis, plasma etc.). This PR includes them. It was sufficient to substitute:
mcolormaps.datad
with:
mcolormaps._gen_cmap_registry()
in docks.py and plotgui.py files.
Right, I didn't realize that. I switched to those lines now. Thanks!
Hi! I noticed that the plotter does not allow for perceptually uniform sequential colormaps (e.g. viridis, cividis, plasma etc.). This PR includes them. It was sufficient to substitute:
mcolormaps.datad
with:
mcolormaps._gen_cmap_registry()
in docks.py and plotgui.py files.