On Thu, Jun 5, 2008 at 12:02 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote:

> Obviously hard-codes the dpi at plot-building time.  This will be dynamic:
>
>  trans = fig.dpi_scale_trans + transforms.Affine2D().scale(1.0/72.0)

Alternatively you can connect to the figure dpi_changed event -- there
is an example in Axes.cla

Thanks,
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-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to