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

At some point it would be good to implement some simple testing using a demo model via [QTest](https://srinikom.github.io/pyside-docs/PySide/QtTest/QTest.html) which allows one to simulate mouse clicks, key presses etc.

When building a model with a mesh or applying a mesh, it can be useful to view that mesh on top of the geometry. This PR adds mesh annotations, which...

I've read a few articles on webassembly for QT applications. I'm envisioning the ability to run the OpenMC plotter in the browser --ideally even from EC2 instances, which would provide...

When examining a model, one may be interested in a specific Cartesian location. The origin can be set to a specific easily enough, but that location can be hard to...

It would be useful to support tally plots for tallies with multiple spatial filters. Based on the domain data and the generalized mesh plotting capability provided by #134, it should...

Sometimes it's useful to see which surface is which and enabling the surface IDs to be printed can help this. Has this been considered before and rejected? Basically, am I...

We've fallen a little behind on this and it could use an update.

In the new version I encounter a problem with tally filtering (on energy) If a tally is defined over several energy ranges, it is possible to select individual energy ranges...

Instead, I am getting the following error in the console: `Traceback (most recent call last): File "/Users/xxx/miniforge3/envs/openmc-env/lib/python3.11/site-packages/openmc_plotter/plotmodel.py", line 1302, in editorEvent if not int(index.flags() & Qt.ItemIsEditable) > 0: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError:...

One interesting thing to note is that to visualize tally data on a mesh in the plotter the mesh in the input XMLs must be the same as the mesh...