openmc-dev / plotter

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

Property Plotting #15

Closed pshriwise closed 5 years ago

pshriwise commented 5 years ago

This PR adds temperature and density the plotter.

Model properties can be displayed in a similar fashion to materials and cells. These plots allow for customization of colors in the following ways in the ColorDiaglog window:

Property data is also shown in the status bar at the bottom of the window based on mouse position.

These viewing types have been fully integrated into the window, dock, and context menus.

Settings for the property views are now saved along with the .pltvw files and will be restored when that view is reloaded into the GUI.

paulromano commented 5 years ago

Looks like there's an error in the status bar with density/temperature on. The first part of the status shows the material number, but it says, e.g., "Temperature 208" instead of "Material 208".

pshriwise commented 5 years ago

I've updated the status bar with that fix. Thanks!