|
From: Ryan K. <rya...@gm...> - 2008-03-27 00:18:58
|
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 <Chr...@no...> 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 > > Chr...@no... > > ------------------------------------------------------------------------- > 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 > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |