[MayaVi-users] Mayavi export to EPS

2018-02-04 Thread Shankar Kulumani
Hello everyone, I'd like to export some plots to EPS from Mayavi. There's an issue stating that Saving as a vector PS/EPS/PDF/TeX file using GL2PS is either not supported by your version of VTK or you have not configured VTK to work with GL2PS -- read the documentation for the vtkGL2PSExporter

Re: [MayaVi-users] How to visualize colored point cloud in mayavi python?

2018-07-21 Thread Shankar Kulumani
This function will do exactly what you want http://docs.enthought.com/mayavi/mayavi/auto/mlab_helper_functions.html#points3d Example points3d(x, y, z...)points3d(x, y, z, s, ...)points3d(x, y, z, f, ...) On Sat, Jul 21, 2018, 03:12 wrote: > Hello, > > I am new to mayavi and I am trying to