Re: [matplotlib-devel] buildbots shouldn't be giving false alarms now
On 08/03/2010 07:53 PM, Andrew Straw wrote: > On 8/1/10 7:11 PM, Eric Firing wrote: >> On 07/31/2010 08:51 PM, Andrew Straw wrote: >> >>> Hi MPL devs, >>> >>> I think I've fixed a long-standing issue we've had with the buildbot >>> where sometimes a false alarm was issued when two tests stepped on each >>> others' toes. Specifically, I've fixed up the MPL buildbot environment >>> on the virtual machine that runs both the Python 2.4 and 2.5 tests so >>> that these tests are run from different MPLCONFIGDIRs. [...] >> 2) Can the bug be closed now? >> >> > Yes, I closed it. Thank you--and more importantly, thanks for all the buildbot work. Eric -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] hist() with log and step
2010/6/15 Olle EngdegÄrd : > The autoscaling might need a small fix for > > hist(rand(100),bins=20,histtype="step",log=1) I just had a look at trunk (8623), and the lower y-limit looks good now. The above problem was at rev 8475. But an old, different, bug has turned up instead: Using "stepfilled" you get a diagonal lower boundary: a=[3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,6,6,6,6] hist(a, range=(0,10), bins=10, histtype="stepfilled", log=True) Cheers, Olle -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel