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
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
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
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
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
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