openmc-dev / plotter

Native plotting GUI for model design and verification
MIT License
46 stars 18 forks source link

Include puns colormaps #122

Closed SteSeg closed 1 year ago

SteSeg commented 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.

Picture1

SteSeg commented 1 year ago

Right, I didn't realize that. I switched to those lines now. Thanks!