morphvista¶
morphvista is a Python library for plotting morphsync objects using PyVista. That's it.
Key Features¶
- Simple API on top of morphsync and PyVista, simply makes it easier to add data to a PyVista scene
- Visualize multiple morphology layers (meshes, skeletons, points) in a single 3D scene
- Color and size points and graph nodes by feature values
Quick Start¶
# Coming soon!
Installation¶
pip install morphvista
or, to add to a uv managed project or environment:
uv add morphvista