-
### Describe the bug
`pyvista__pyvista-4315` in SWE-Bench Lite dev set isn't working
### Steps/Code to Reproduce
```bash
python -m swebench.harness.run_evaluation \
--predictions_path gold \
…
-
This could possibly replace pythreejs. Pyvista is very active and maintained. Only issue is that is requires installing vtk, but that seems to be easy now both with pip and conda.
https://github.co…
-
### Describe what maintenance you would like added.
I just ran `pip install -e '.[dev]'` and ran into the error:
```
INFO: pip is looking at multiple versions of pyvista[docs,test] to determine w…
-
pyvista looks REALLY good for bringing VTK 3D visualization into Python in a manner that can actually be understood by a human. It even does mp4 rendering!
-
**Describe the bug**
When using `ve` in `gpv.plot_3d`, the coordinates are scaled.
`ve=5`
![image](https://github.com/user-attachments/assets/e7a6276c-5afb-4f56-9f73-4a69116d5c13)
`ve=10`
![im…
-
### Describe what maintenance you would like added.
pyvista current offers Xdmf file support via VTK IO module Xdmf2 (vtkIOXdmf2), set at
https://github.com/pyvista/pyvista/blob/300003a9d54d3827eb25…
-
**Is your feature request related to a problem? Please describe.**
Extend info for installation
**Describe the solution you'd like**
More details on requirement to install also `gempy-viewer`, i…
-
Hello
I would like to know if it's planned to include external lib such as pyvista for building/rendering meshes ?
If not, to know basic steps to include this in Mercury framework ?
Thank you
-
Take the `points` and `cells_dict` of an unstructured grid and create a `MeshContainer`. This should simplify things like
```python
import felupe as fem
import pyvista as pv
import skgmsh as sg
…
-
Can @ajain-work help with creating a scene object and a subsequent scene animation using PyVista?
Is this something that is currently available or would have to be included as an enhancement?
I us…