Releases: fusion-energy/spectrum_plotter
Releases · fusion-energy/spectrum_plotter
v0.2.3
What's Changed
- using docker image that has openmc installed by @shimwell in #25
- fixed plotly with no error, fixed matplotlib legends by @py1sl in #23
New Contributors
Full Changelog: v0.2.2...v0.2.3
v0.1.2
What's Changed
- Able to plot tallies when no standard deviation is avaialbe (batches=1 in simulation) by @shimwell in #10
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Added ability to convert units of X and Y axis
Full Changelog: v0.1.0...v0.1.1
v0.1.0
openmc tally objects can be passed in as the input spectra.
v0.0.3
Adds the option to plot the graph with Plotly (in addition to Matplotlib). Plotly offers a drop down menu to change the axis scales.
v0.0.2
fixed bug that removed leading zeros from y data
refactored to share common code between plot_spectrum and plot_spectra