[matplotlib-devel] major examples reorganization

2008-05-16 Thread John Hunter
I just reworked the examples directory to make it more approachable and hopefully more usable. The README is included below. As you have time, please add more examples ot the "api" directory either by translating existing pylab examples or writing new ones. This has been a long standing complain

Re: [matplotlib-devel] fix for "errorbar" method skipping over plot color cycle

2008-05-16 Thread Manuel Metz
Erik Tollerud wrote: > It'd be nice to get this into the new release unless it has been > somehow fixed by some other code path in the latest svn... the line > numbers on the diff are no longer accurate, but the idea is still the > same - just change all lines of the form > > caplines.extend( self

Re: [matplotlib-devel] Windows testing favor (was: tkinter segv under opensuse 10.3)

2008-05-16 Thread John Hunter
On Thu, May 15, 2008 at 2:22 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: >> OK, I just committed a change using scanf with type %lu. tkagg svn >> trunk users should test on any platform they have access to. > > Once we're confident in the fix, I'll backport this to 0.91.x, as it exists > th

Re: [matplotlib-devel] Improved histogram w/multiple types

2008-05-16 Thread Manuel Metz
Johann Cohen-Tanugi wrote: > hello, > is there an example in the distribution that shows these new features? I just added an example to the trunk, see examples/histogram_demo_step.py > How about the idea to allow for an option to get cumulative histograms, > that sounded a very nice idea

Re: [matplotlib-devel] broken module, examples

2008-05-16 Thread John Hunter
On Fri, May 16, 2008 at 7:18 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Yeah. Those all use the SWIG wrapper to Agg that we ultimately decided not > to use. I think clearing out the examples is probably a > good idea -- though moving them to some part of SVN (outside of the main > trun

Re: [matplotlib-devel] broken module, examples

2008-05-16 Thread Michael Droettboom
Yeah. Those all use the SWIG wrapper to Agg that we ultimately decided not to use. I think clearing out the examples is probably a good idea -- though moving them to some part of SVN (outside of the main trunk) might be a good idea so we don't "lose" them. The SWIG wrapper represents a lot of