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