-
In Jupyter I use
from __future__ import division, print_function
from mayavi import mlab
import numpy as np
mlab.init_notebook()
fig = mlab.figure(bgcolor=(1.0, 1.0, 1.0…
-
Hi there,
I've recently updated to mayavi 4.6.2 (via pip on Ubuntu 14.04 with Python 2.7), and have seemingly lost the ability to save vector images. When I use the save_gl2ps method on a triangul…
-
Hi,
I'm getting a fairly strange `TypeError` which I can't seem to resolve. Any help on this one?
To reproduce, I start from a fairly clean install and just `pip install mayavi`, which leads to …
-
After hours of installing dependencies so that the install.sh will finish without errors, the setup.py test returns the error "AttributeError: 'module' object has no attribute 'database_test'".
Testi…
-
While it is possible to generate a scene per cell, it is not possible to retrieve the correct figure handle if a new scene is then created
```python
from mayavi import mlab
mlab.init_notebook()
…
-
I installed mayavi 4.4.3-1 with Enthought Canopy package manager on Mac OS 10.11.1. Some windows are unreadable with black on black. See example below from preferences window. Many but not all wind…
-
Hi guys,
I was wondering if you have a timeline to open-source the code. One advantage is that you can get people to start using it and accumulating citations on your paper even if it's on bioarxiv…
-
Hello! My environment is ubuntu18.04, python 3.7.When I use mayavi to visualize the point cloud, the following error appears:
ImportError: Could not import backend for trainsui Make sure you have a …
-
Hi,
I'm getting this error when I try to import mayavi in jupyer notebook ( MacOS ( Sierra), python2.7):
TraitError: Each key of the 'content' trait of a ViewElements instance must be a value o…
-
Hi,
I have a question about whether I could input ages that are not trained in the training data when I want to have a deformed template.
For example, Can I use this code to have a 20.5 years o…