From: Phil E. <pel...@gm...> - 2012-11-08 10:38:15
|
Just closed the PR which proposes this change against master (in favour of the one against v1.2.x). It is very late in the day to be making so many example changes (especially as we don't have tests for them). Personally, the balance between the risks vs the benefits doesn't give me much indication of which way to go (I guess that is partly because I don't actually prefer the plt.subplots() interface in some situations). I guess that is a debate for inside the PR ( https://github.com/matplotlib/matplotlib/pull/1462). Cheers, On 8 November 2012 09:22, Paul Ivanov <piv...@gm...> wrote: > On Wed, Nov 7, 2012 at 6:23 PM, Michael Droettboom <md...@st...> > wrote: > > The milestone is clear. Is there anything we're missing? > > > > If not, I plan to cut a final release and update the documentation > > website tomorrow morning. > > I just submitted #1462 against v1.2.x, (which is also pending as #1458 > against master). > > "use plt.subplots() in examples as much as possible" > > replaces a whole bunch of example code like this: > > fig = plt.figure() > ax = plt.subplot(111) # or plt.add_subplot(111) > > to be just this: > > fig, ax = plt.subplots() > > This is a docs-only update - but I think it'll be worthwhile to start > to give a more sensible way of creating figures and axes in one call > for our the folks who'll be looking at matplotlib with fresh eyes > after the 1.2 release. > > But I totally understand if folks feel this is too big of a pill to > swallow this late in the game. > > go, team, go! > -- > Paul Ivanov > 314 address only used for lists, off-list direct email at: > http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_nov > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > |