In fact, the dpi option does change the resulting PS file, but the
quality is still very poor - see the example
        http://www.ucl.cas.cz/~petr/matplotlib-test.tgz
pd


On Fri, 2007-08-24 at 20:03, Jouni K. Seppänen wrote:

> I just tried with current svn, and the following script produces two
> results that have visibly different resolutions:
> 
> #!/usr/bin/python
> from pylab import *
> foo = rand(10,10)
> imshow(foo)
> savefig('foo10.ps', dpi=10)
> savefig('foo100.ps', dpi=100)
> 
> Perhaps the original poster could show a bit of code where the scaling
> fails?
> 
> (I'm not sure if figimage is doing the right thing, though...)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to