-
Notifications
You must be signed in to change notification settings - Fork 650
Introduce new C API function for slice plots #3806
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
Open
paulromano
wants to merge
23
commits into
openmc-dev:develop
Choose a base branch
from
paulromano:slice-plot-api
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+763
−292
Open
Changes from 16 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c547b57
Add filter_get_bins interface (not efficient for plotter)
paulromano 7f668bc
Combine filter index search with id_map
paulromano 2287926
Implement new openmc_raster_plot function
paulromano b12b92e
Avoid duplicated code in get_raster_map
paulromano e86c060
Remove get_plot_bins for Filter
paulromano 2e81cb0
Add tests for raster_plot
paulromano d80198b
Small doc fix
paulromano 3db1e54
Initial shot at arbitrary orientation slice plots
paulromano adf7ad3
Remove 'axes' and reorder arguments in lib.raster_plot
paulromano fceb98c
Support u_span and v_span in Model.raster_plot
paulromano ac0e900
Rename raster -> slice for consistency
paulromano 4d6c610
Merge branch 'develop' into slice-plot-api
paulromano 6533034
Restore original (arbitrary) direction for slice plotting
paulromano 4824efa
Revert changes to comments
paulromano 1485504
Merge branch 'develop' into slice-plot-api
paulromano 447efcc
Merge branch 'develop' into slice-plot-api
paulromano 6a3904b
Deprecation of id_map/property_map/_PlotBase
paulromano 8f3a063
Use Model.slice_plot within Model.id_map
paulromano 47dc02c
Use slice_plot in plot rather than id_map
paulromano 60773c2
Simplify deprecated interface for lib.id_map/property_map
paulromano 705330a
Only compute filter ID set when needed
paulromano 93fff74
missing blank line
paulromano 6513ef8
Use Direction instead of Position for spans
paulromano File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.