Incomplete PyVista 3d backend
See original GitHub issueAs suggested in this comment, we keep track of the primitives not yet implemented in the PyVista 3d backend:
-
tube()
-
text3d()
-
scalarbar()
-
_set_3d_view()
-
_set_3d_title()
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Could not load any valid 3D backend: pyvista, mayavi, notebook
Hello @Angel and welcome to the forum! Could you try to run sys_info() from your Python prompt instead of from the command line?...
Read more >mne.viz.set_3d_backend — MNE 1.3.dev0 documentation
Set the 3D backend for MNE. The backend will be set as specified and operations will use that backend. Parameters: backend_name str.
Read more >[Mne_analysis] Could not load any valid 3D backend (Mayavi ...
[Mne_analysis] Could not load any valid 3D backend (Mayavi or PyVista) while using MNE-Python. Kadwani, Manorama MKADWANI at mgh.harvard.edu
Read more >Package List — Spack 0.20.0.dev0 documentation
It includes automatic high-accurate registration (6D simultaneous localization and mapping, 6D SLAM) and other tools, e.g., a fast 3D viewer, ...
Read more >FreshPorts -- graphics/py-pyvista: Pythonic interface to VTK
This package provides a Pythonic, well-documented interface exposing VTK's powerful visualization backend to facilitate rapid prototyping, analysis, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
let me know if you need to discuss
In order to add
_set_3d_view()
and_set_3d_title()
in the pyvista 3d backend, I have to use theBackgroundPlotter
instead of the regularPlotter
which depends onPyQt5
. I need to thoroughly investigate the impact of this migration on the_Brain
object, the interactivity inside a jupyter notebook, the tests and renderings.