-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Adding projection plot #4
base: develop
Are you sure you want to change the base?
Conversation
@@ -128,6 +128,43 @@ def plot_energy_from_initial_source( | |||
return fig | |||
|
|||
|
|||
def plot_projected_position_from_initial_source( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
def plot_projected_position_from_initial_source( | |
def plot_position_with_geometry_from_initial_source( |
input_filename="initial_source.h5", axis="XY" | ||
): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
input_filename="initial_source.h5", axis="XY" | |
): | |
input_filename="initial_source.h5", | |
h5m_filename="dagmc.h5m", | |
axis="XY" | |
): |
This probably needs plotly support to be added to the dagmc_geometry_slice_plotter or alternatively matplotlib support to be added to this package |
putting this on hold because the downstream deps are being updated |
Work in progress
This PR will allow projections of the source to be plotted, ideal for producing source plots on dagmc geometry with the dagmc_geometry_slice_plotter.
TODO