Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 942 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 942 Bytes

Create axis slice plots of OpenMC geomtry:

  • Interactive plots with hovertext 💬
  • Specify the zoom 🔍
  • Color by materials or cells 🎨
  • Outline by materials or cells ✏️
  • Switch plotting backends between 📉 MatPlotLib and 📈 Plotly

This package is deployed on xsplot.com as part of the openmc_plot suite of plotting apps

openmc geometry plot

Local install

You will need to first install openmc. There are several methods but perhaps the quickest is to use Conda.

conda install -c conda-forge openmc

Then you can install openmc_geometry_plot with pip

pip install openmc_geometry_plot

Usage

After installing run the openmc_geometry_plot command from the terminal and the GUI should launch in a new browser window.