On Mon, Jun 9, 2008 at 3:35 PM, Michael Hearne <[EMAIL PROTECTED]> wrote:

> savefig('textplot.eps')
> savefig('textplot.png')
> close(fig)

Interesting.  When I plot it on my screen it looks correct with a *Agg
GUI backend.  But when I save it (either from the GUI or using
savefig) it has the problem you describe.  This suggests to me that
either some cached information or something is not getting notified of
the different default dpi in savefig.  I'll look into it.  Since PS is
dpi independent, it would not affect it.

Thanks for the reminder.

JDH

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to