Re: [Matplotlib-users] imshow + pdf export + print = blurry on paper

2014-10-23 Thread Frédéric Vogt
bat - haven't tried other PDF viewers. For reference, I am on Mac OS 10.6, used Preview 5.0.3 and Acrobat reader 10.1.12. Cheers, Fréd On 23/10/2014, at 10:07 PM, Frédéric Vogt wrote: > Hi everyone, > > Using 'imshow' to plot a few arrays (arranged with gridspec) th

Re: [Matplotlib-users] imshow + pdf export + print = blurry on paper

2014-10-23 Thread Frédéric Vogt
Hi everyone, Using 'imshow' to plot a few arrays (arranged with gridspec) that I then export directly to a .pdf file using savefig, I noticed that when I print the .pdf file (i.e. on real paper) some of the subplots are blurry. To clarify: - in all my figures, there is always 1 subplot very

Re: [Matplotlib-users] Export 3D plot to 3D file format

2012-03-27 Thread Frédéric Vogt
Is the savefig function what you're looking for ? http://github.enthought.com/mayavi/mayavi/auto/mlab_figure.html Note that as far as I know, the .mtl file associated with a given .obj file is not handled properly - all your colors will be white. Personally, I export in .vrml which suits my nee