openmc-dev / plotter

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

Overlaps #25

Closed pshriwise closed 5 years ago

pshriwise commented 5 years ago

This adds plotting along with a customizable color in the same way that the background color is customized. Overlap plotting can be turned on/off with the Ctrl+P shortcut.

pshriwise commented 5 years ago

It's likely this is because there is an out of date plot_settings.pkl file in the model directory. We check the version number when loading plot views but not when starting up the GUI. I've added a check for that now, so it should ignore those settings an generate the default view.

paulromano commented 5 years ago

Ah, ok, that makes sense. Now it works!