Skip to content
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

Added a graph with slicing function #142

Merged
merged 3 commits into from
Mar 12, 2024
Merged

Added a graph with slicing function #142

merged 3 commits into from
Mar 12, 2024

Conversation

BraydenThompson
Copy link
Collaborator

Closes #122

Discussion

Created a function that in addition to graphing the volume, creates three static planes with textures set to display the volume information.

Testing

  • Run build.sh and make sure new dependencies install in .venv
  • Open up the notebook (make sure using the .venv Python kernel)
  • Execute the cells, and ensure that the visualizer.display_cell_slices() function properly creates a graph with three slice planes as seen below.
    image

Copy link
Collaborator

@matthew-oberg matthew-oberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me!

Copy link
Collaborator

@dignojrteogalbo dignojrteogalbo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work!

@BraydenThompson BraydenThompson merged commit 1e972f4 into main Mar 12, 2024
1 check passed
@BraydenThompson BraydenThompson deleted the task122 branch March 12, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create function to show slices of volume
3 participants