-
Radionodes are redundant with self.a and self.b. RadioNodes should be deleted
-
**System:** Ubunutu 20.04 for Windows
**Python:** 3.8
Using a virtual enviroment with following packages:
```
Package Version Editable project location
---------------------- --…
-
This testcase:
```
from numpy import pi, sin, cos, mgrid
dphi, dtheta = pi/250.0, pi/250.0
[phi,theta] = mgrid[0:pi+dphi*1.5:dphi,0:2*pi+dtheta*1.5:dtheta]
m0 = 4; m1 = 3; m2 = 2; m3 = 3; m4 = 6;…
-
I am trying to use Mayavi with trait to build an application. However the on_mouse_pick function always give me wrong position and it cannot obtain the object I clicked on at all.
I draw many 3d po…
-
Can you tell me if it is possible to produce 3D point cloud visualization results? I am very anxious about this issue and look forward to your reply!
-
May require using a different python collection type which allows put(), putleft(), get() and getleft()
-
We should not have "import" in this line:
https://github.com/enthought/mayavi/blob/61ef7c0eebbdca474b7cfdf6082bfc17fb5aaf59/tvtk/plugins/scene/ui/actions.py#L20-L23
instead we can simply have `'tv…
-
Raysect really needs some kind of interactive visualisation GUI. A lot of our less experienced users struggle to visualise the scenes in their head and often make basic errors with the transformation …
-
dir(scikits)
Out[4]:
['__builtins__',
'__cached__',
'__doc__',
'__file__',
'__loader__',
'__name__',
'__package__',
'__path__',
'__spec__']
import scikits.ufmpack
Traceback (…
-
I'm using this minimalist examples for the 4.5 Jupyter notebook interface:
The same happens actually if I use the `x3d` interface but then try to use `mlab.savefig` to save the figure as a `png…