Skip to content

Commit daf2131

Browse files
authored
Merge pull request #5 from samuelhward/patch-1
Add visualisation packages: VTK and Vista
2 parents 771356e + fa39b5b commit daf2131

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,11 @@ Basically magic, compatible with pytest, and the algorithms used in the implemen
346346
* [holoviews](http://holoviews.org/) - Stop plotting your data - annotate your data and let it visualize itself.
347347
* [ipyvolume](https://ipyvolume.readthedocs.io/en/latest/index.html#built-on-ipywidgets) - 3d plotting for Python in the Jupyter notebook.
348348
* [vispy](http://vispy.org/index.html) - Interactive scientific visualisation in python.
349+
* [vtk](https://pypi.org/project/vtk/) - Low-level VTK interface
350+
* [vista](https://docs.pyvista.org/) - Streamlined interface to VTK - mainly a wrapper for VTK package
349351
* [yt](http://yt-project.org/) - Very powerful software suite for analysing and visualising volumetric data.
350352
Written by astrophysicists, but since applied to many other domains.
351353

352-
353354
## Workflow
354355

355356
*Don't just write and run python scripts. Tools to make your workflow faster, clearer, and easier to come back to later.*

0 commit comments

Comments
 (0)