mayavi icon indicating copy to clipboard operation
mayavi copied to clipboard

3D visualization of scientific data in Python

Results 144 mayavi issues
Sort by recently updated
recently updated
newest added

In order to allow easier plotting of 3D-histograms using barcharts in mayavi, it would be great to have a possibility for glyphs to have different scaling values in X- and...

Traceback (most recent call last): File "/home/ubuntu/anaconda3/envs/dair_v2x/lib/python3.7/site-packages/importlib_metadata/__init__.py", line 289, in __getitem__ return next(iter(self.select(name=name))) StopIteration During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ubuntu/zhangweili/DAIR-V2X-main/tools/visualize/vis_label_in_3d.py",...

After previous python updates, division no longer yields integer type, this has caused problems such as in #1244. This PR is aiming to fix this by add integer castings. closes...

when running mayavi/examples/tvtk/scene.py, AttributeError: 'NoneType' object has no attribute 'interpreter' will raise replication: python mayavi/examples/tvtk/scene.py link: https://github.com/enthought/mayavi/blob/master/examples/tvtk/scene.py Full traceback: ``` (py311) (base) cyliu@aus552cyliu mayavi % python3.11 examples/tvtk/scene.py 2023-05-12 17:29:37.582 Python[72894:370024]...

When running mayavi/examples/mayavi/data_interaction/normal_flipping_stl.py, an AttributeError: 'NoneType' object has no attribute 'to_array' will rise Replication: python3.11 mayavi/examples/mayavi/data_interaction/normal_flipping_stl.py trace: ``` (py311) (base) cyliu@aus552cyliu mayavi % python3.11 examples/mayavi/data_interaction/normal_flipping_stl.py 2023-05-11 15:32:59.308 ( 2.607s) [...

When run mayavi/examples/mayavi/mlab/chemistry.py, a NameError: name 'file' is not defined. Did you mean: 'filter'? will rise Replication: python mayavi/examples/mayavi/mlab/chemistry.py Full trace: ``` (py311) (base) cyliu@aus552cyliu 3.11_test % python3.11 mayavi/examples/mayavi/mlab/chemistry.py Downloading...

When running mayavi/examples/tvtk/visual/bounce.py, a TypeError: order must be str, not bool will raise Replication: python mayavi/examples/tvtk/visual/bounce.py Trace: ``` (py311) (base) cyliu@aus552cyliu 3.11_test % python3.11 mayavi/examples/tvtk/visual/bounce.py 2023-05-11 16:36:21.061 Python[8444:216840] ApplePersistenceIgnoreState: Existing...

When running mayavi/examples/tvtk/texture_glyph.py, ERR| vtkJPEGReader (0x7ff593fd0230): Unable to open file images/masonry.jpg will be raised in the terminal, despite the image show up properly Replication: python mayavi/examples/tvtk/texture_glyph.py Full Stack: ``` (py311)...

When running mayavi/examples/tvtk/off_screen.py, a traits.trait_errors.TraitError: Cannot set the undefined 'magnification' attribute of a 'WindowToImageFilter' object. will rise Replication: python mayavi/examples/tvtk/off_screen.py full trace: ``` (py311) (base) cyliu@aus552cyliu 3.11_test % python3.11 mayavi/examples/tvtk/off_screen.py...

When running mayavi/examples/tvtk/ivtk_example.py an segmentation fault python3.11 mayavi/examples/tvtk/ivtk_example.py Replication: python mayavi/examples/tvtk/ivtk_example.py full stack trace: ``` (py311) (base) cyliu@aus552cyliu 3.11_test % python3.11 -X faulthandler mayavi/examples/tvtk/ivtk_example.py 2023-05-11 16:00:15.126 Python[7434:190254] ApplePersistenceIgnoreState: Existing state...