On 8/28/07, Tom Haddon <[EMAIL PROTECTED]> wrote:

> fig.savefig(OUTPUTFILE)

savefig has it's own DPI ( so screen resolution and print resolution
can differ).  So set the figsize in the Figure init method as before,
and then psas dpi to savefig

fig.savefig(blah, dpi=300)

JDH

-------------------------------------------------------------------------
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