Mayavi Mlab.savefig() Gives An Empty Image
I am trying to learn mayavi2 for python and can not get my savefig to show my plots. I found this example code: from numpy import pi, sin, cos, mgrid dphi, dtheta = pi/250.0, pi/2
Solution 1:
This is probably the same issue that results from just using matplotlib, the best option is probably to save before you show
.
Post a Comment for "Mayavi Mlab.savefig() Gives An Empty Image"