-
## Description
### What steps will reproduce the problem?
Using the following code:
```python
import pyvista as pv
# Create source to ray trace
sphere = pv.Sphere(radius=0.85)
# D…
-
I was running the st.pl.three_d_multi_plot in computational node of the server, and the kernel is dead. I want to know if the function can be used in server or in Server kernel
when qsub the t…
-
I belive the installation instructions could be simplified. I would suggest the following.
1. ~Add PhaseFieldx to pypi (Check out a guide [here](https://packaging.python.org/en/latest/tutorials/pac…
-
Are there any ways to shade a mesh? For example, when viewing a mesh without any scalar data, it's rather difficult to interpret:
```py
import pyvista as pv
from pyvista import examples
pvmesh…
-
The camera always starts zoomed in to the center of the mesh. Could this be changed to some isometric position?
```py
import pyvista as pv
from pyvista import examples
pvmesh = examples.downlo…
-
### Describe the bug, what's wrong, and what you expected.
Plotting `PolyData` with invalid faces/cells causes a crash. See code below.
Not sure if it would be a good idea to do a check for invalid …
-
### Describe what maintenance you would like added.
All Contributors
✨ Recognize all contributors, not just the ones who push code ✨
In recent years, contributions t…
-
I have a problem with plotting (`mesh.plot(notebook=False)`). The windows open, I have interactivity, but when I close the windows python crash. I tried to install pyvista in a separate environment an…
-
**Describe the bug, what's wrong, and what you expect:**
I have a number of existing scripts that worked on a Windows machine and an older version of pyVista (I do not know which version as that co…
-
Hi!
Thanks for this package!
I can't manage to run [this example](https://github.com/jorgensd/dolfin_pyvista_adapter/blob/main/docs/demo.ipynb) in a GitHub codespace.
I've seen in the pyvista…