openmc-dev / plotter

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

Batch mode for generating images #82

Open pshriwise opened 2 years ago

pshriwise commented 2 years ago

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 and/or

openmc-plotter -b plots.xml

that results in plot_1.png, plot_2.png, etc.