We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
task 1 has several notebooks with plotting sections where we plot in the default eV units on the X axis
for example
fig = openmc.plotter.plot_xs( reactions = { 'Li6': ['(n,Xt)'], 'Li7': ['(n,Xt)'], 'Be9': ['(n,2n)'] }, )
could be changed to
fig = openmc.plotter.plot_xs( reactions = { 'Li6': ['(n,Xt)'], 'Li7': ['(n,Xt)'], 'Be9': ['(n,2n)'], }, energy_axis_units='MeV' )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
task 1 has several notebooks with plotting sections where we plot in the default eV units on the X axis
for example
could be changed to
The text was updated successfully, but these errors were encountered: