Hello,
I have a problem saving png files created from data with missing values.
The matlab and pylab outputs are very different... pylab resolution is 
poorer !?

the saving commands from matlab and python are similar:

matlab:
 >>print -dpng -r80 test_matlab.png

python:
 >>pylab.savefig('test_pylab.png',dpi=80)


look at the examples:
http://neptuno.fis.ua.pt/tmp/comp.html

Can I get the pylab output with the quality of test_matlab.png?
Thank you

mma



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to