https://github.com/banesullivan/pyvista-mpl-slicer
Slice PyVista meshes with Matplotlib interactively
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Slice PyVista meshes with Matplotlib interactively
Basic Info
Statistics
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
- Releases: 0
Created over 6 years ago
· Last pushed over 4 years ago
Metadata Files
Readme
License
README.md
PyVista + Matplotlib Slicer
This is a hacked version of @prisae's 3D
slicer
in discretize to interactive slice
any 3D PyVista mesh using Matplotlib.
This is super hacky and a work in progress. Use with caution.
```py %matplotlib notebook import pyvista as pv from pyvista import examples import matplotlib.pyplot as plt
Local import
from slicer import Slicer
mesh = examples.load_channels()
slicer = Slicer(mesh, mesh.activescalarname) plt.show() ```

Owner
- Name: Bane Sullivan
- Login: banesullivan
- Kind: user
- Location: United States
- Website: banesullivan.com
- Repositories: 75
- Profile: https://github.com/banesullivan
visualization geek & software engineer. co-created @pyvista.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 3
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.67
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- banesullivan (3)