I think this line in the rc file is the trick

#savefig.dpi       : 100

On Wed, Mar 26, 2008 at 6:16 PM, Christopher Barker
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
>  I want to save a figure just like it is displayed i.e. the same dpi
>  (wxAgg). However, the default Figure.savefig uses a different dpi
>  setting than the figure as displayed, so I'm doing:
>
>  dpi = Fig.get_dpi()
>  Fig.savefig(str(path), dpi=dpi)
>
>  which seems to work, but seems more awkward than it should be. Is there
>  a flag or something I'm missing?
>
>  -Chris
>
>
>
>  --
>  Christopher Barker, Ph.D.
>  Oceanographer
>
>  Emergency Response Division
>  NOAA/NOS/OR&R            (206) 526-6959   voice
>  7600 Sand Point Way NE   (206) 526-6329   fax
>  Seattle, WA  98115       (206) 526-6317   main reception
>
>  [EMAIL PROTECTED]
>
>  -------------------------------------------------------------------------
>  Check out the new SourceForge.net Marketplace.
>  It's the best place to buy or sell services for
>  just about anything Open Source.
>  http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>  _______________________________________________
>  Matplotlib-users mailing list
>  Matplotlib-users@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to