plotter icon indicating copy to clipboard operation
plotter copied to clipboard

Native plotting GUI for model design and verification

Results 42 plotter issues
Sort by recently updated
recently updated
newest added

I just noticed that [Qt 6](https://www.qt.io/blog/qt-6.0-released) now exists, along with corresponding Python bindings PySide6 and PyQt6. Eventually we'll want to add support for this new version.

I created a new conda environment to install the plotter (two actually, see below) and both fail to launch the plotter (two different errors). In each case below, I mamba...

Hello! I try to start openmc-plotter, but have error - Traceback (most recent call last): File "signature_bootstrap.py", line 110, in bootstrap File "/home/ilya/anaconda3/envs/openmc-env1/lib/python3.10/posixpath.py", line 152, in dirname p = os.fspath(p)...

The plotter currently only supports visualization of `MeshFilter` results for a regular mesh. Addition of the following mesh types would be great at some point: - Rectilinear - Cylindrical -...

Along the lines of #83, it would be great to be able to generate images without having to open the GUI. Something like `openmc-plotter -b my_view.pltvw` That results in `my_view.png`...

One thing that would be nice a mode in which a user could click and drag to get a measurement in the plot area. It would help a to ensure...

Now that we're using `matplotlib` as a viewing backend and generating images based on id/property maps, many of the view updates which used to require calls into OpenMC can now...

Some output options should always be set to false when using the plot GUI. `output` is one such option.

One feature mentioned by @makeclean is coloring of overlap regions. This shouldn't be too difficult to support (make sure overlap checking is always on in the plotter, add a new...