plotter
plotter copied to clipboard
Native plotting GUI for model design and verification
I noticed that when you have a mesh tally plotted, selecting relative error does not work appropriately. This PR fixes that.
I just realized that #138 broke the Cells/Materials tabs in the Color Options dialog. This PR fixes that along with fixes for obsolete Qt API use (changing `Qt.BackgroundColorRole` to `Qt.BackgroundRole`).
Relatively small PR adding ability to change the default resolution with a `-r`/`--resolution` switch from the command line. Closes #139
First noted in #138, for very large models it can be useful to reduce the number of pixels to increase interactivity until a view is chosen. There's currently no way...
After upgrading the project from PySide2 to PySide6, I noticed an issue where the **Mask** and **Highlight** checkbox within the Color Options window is no longer clickable. The checkbox appears...
This feature is a little rough still but it adds the ability to plot source sites on top of the current view. All sites are plotted whether they're on the...
Hi! I am having an issue with the tally dock WSL2. I inadvertently dragged it away from its position and now it is not possible to use it nor to...
It would be really useful to be able to generate a plots.xml file from the plotter so views can be reproduced with the openmc executable.
Hello, everyone! I am trying to launch openmc-plotter and get the following error: ``` TypeError: 'PySide2.QtCore.Qt.Alignment' object cannot be interpreted as an integer /home/alx8kv/venvs/env/lib/python3.11/site-packages/openmc_plotter/__main__.py:52: RuntimeWarning: libshiboken: Overflow: Value exceeds limits...
We're stuck on PySide2 right now and due for an upgrade (perhaps to PySide6?)