OpenMC has a plot_xs which is ideal for creating Matplolib plots and recommened for the vast majoirt of use cases.
This package provides portable interaction cross section plots using Plotly which is useful for some use cases.
👉 Allows multiple isotopes / elements / materials on one axis
👉 Allows interactive hover text providing cross section values
👉 Allows axis scale changing (log / linear)
👉 Allows exporting the image in interactive html format
pip install openmc_cross_section_plotter
See the neutronics-workshop for examples