Top "Mayavi" questions

MayaVi is a data visualization library written for use with Python.

installing Mayavi with pip - no module named vtk

I want to use Mayavi. Situation I use a MacBook Air, with OSX 10.7.3. I use Python 2.7.2 I have virtualenv installed. …

python installation pip vtk mayavi
How to plot a 3D density map in python with matplotlib

I have a large dataset of (x,y,z) protein positions and would like to plot areas of high occupancy …

python matplotlib scipy mayavi kernel-density
How can I render 3D histograms in python?

I want to make plots like these from Hacker's Delight: What ways are there to accomplish this in Python? A …

python matplotlib plot data-visualization mayavi
How to use griddata from scipy.interpolate

I have a three-column (x-pixel, y-pixel, z-value) data with one million lines. The data is from an image and there …

python numpy scipy interpolation mayavi
Get mayavi working with Python 3

I'm having trouble running mayavi in python 3.3 When running my program with python3 (or python3.3) i get from mayavi import …

python-3.x mayavi
3D Contour plot from data using Mayavi / Python

I would like to do a 3D contour plot using Mayavi in exactly the same way as the third figure …

python numpy plot contour mayavi
Install VTK with anaconda 3.6

I need to install VTK and mayavi on Ubuntu 16. I have Anaconda with Python 3.6. If I run: conda install -c …

anaconda vtk conda mayavi
How to plot multiple regression 3D plot in python

I am not a scientist, so please assume that I do not know the jargon of experienced programmers, or the …

python matplotlib 3d regression mayavi
Mayavi doesn't run from within Spyder: complains about "ValueError: API 'QString' ..."

I am unable to run/use Mayavi library from within Spyder IDE. I have described the problem below. Any help …

python mayavi spyder
Mayavi points3d with different size and colors

Is it possible in mayavi to specify individually both the size and the colors of every point? That API is …

python data-visualization vtk mayavi