-
Hello,
I would like to derive a tvtk class wrapped from vtk (say tvtk.Filter) in order to override a method, as I would do for a pure python class but this is not possible here.
It seems this woul…
-
Add the following info:
```
VTK Major Version,
VTK Minor Version,
GL Driver Version,
GL Renderer Version,
GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS,
GL_MAX_CUBE_MAP_TEXTURE_SIZE,
GL_MAX_DRAW_BUFFERS, G…
-
There have been a few bugfixes that probably are worth of a patchlevel release.
-
Setting the font size of mlab axes, e.g.
`mlab.axes.label_text_property.font_size = 12`
has no effect.
-
I am trying to run this Code with all the required libararies. But, I am getting the following:
(python3) rohan@rohan-OptiPlex-9020:~/Generate-3D-models-from-2D-images$ python main.py
001.h5 is pr…
-
#### Describe the bug
I cannot plot the data again after applying filtering.
#### Steps to reproduce
data_highpass = data.copy().filter(l_freq=0.5, h_freq=None)
data.plot(n_channels=61…
-
Hi,
I am having trouble getting mayavi to run on a jupyter notebook from a remote server. I am using VSCode editor to directly access the jupyter notebook from the server.
Initially I had prob…
-
If I draw with `mlab.surf(z)`, and change surface preferences to contours, I get line contours as expected. If I set filled contours CPU is maxed and process never finishes. `z` is array with nans, an…
-
I am trying to install mayavi within Anaconda by the following command:
pip install git+https://github.com/enthought/mayavi
and get the following error:
```
C:\Program Files (x86)\Micro…
-
### Discussed in https://github.com/pyvista/pyvistaqt/discussions/194
Originally posted by **adam-grant-hendry** July 8, 2022
When using `QtInteractor` (Windows 10 with PySide6)
```python
…