Re: [matplotlib-devel] Dendrogram

2007-04-10 Thread Jouni K . Seppänen
Timothy <[EMAIL PROTECTED]> writes: > It appears matplotlib does not have a dendrogram plot. I may be > interested in developing one, if I can get a sense for what it would > take. Could someone suggest some code I could look at as a model for > developing a new plot? In the file axes.py, sear

[matplotlib-devel] Dendrogram

2007-04-10 Thread Timothy
It appears matplotlib does not have a dendrogram plot. I may be interested in developing one, if I can get a sense for what it would take. Could someone suggest some code I could look at as a model for developing a new plot? Thanks, --Tim -

Re: [matplotlib-devel] Two small patches

2007-04-10 Thread John Hunter
On 4/10/07, Tim Leslie <[EMAIL PROTECTED]> wrote: > Here's another patch. This one cleans up the line2d_seg_dist function > and also speeds it up by a factor of ~2 Excellent, thanks. Committed. JDH - Take Surveys. Earn Cas

Re: [matplotlib-devel] qt4agg fix

2007-04-10 Thread Fernando Perez
On 4/10/07, Darren Dale <[EMAIL PROTECTED]> wrote: > I don't understand how that could have happened. I've been using qt4agg for a > long time, and have never had trouble with the save button until now. Could be only triggered by a particular rc file setup, but we did see the problem. Cheers, f

Re: [matplotlib-devel] qt4agg fix

2007-04-10 Thread Darren Dale
On Tuesday 10 April 2007 01:49:22 pm Fernando Perez wrote: > Hi all, > > just a heads-up since I normally don't mess with the actual repo. I > just committed > > planck[backends]> svn diff backend_qt4agg.py > Index: backend_qt4agg.py > ==

[matplotlib-devel] qt4agg fix

2007-04-10 Thread Fernando Perez
Hi all, just a heads-up since I normally don't mess with the actual repo. I just committed planck[backends]> svn diff backend_qt4agg.py Index: backend_qt4agg.py === --- backend_qt4agg.py (revision 3201) +++ backend_qt4agg.py (wo