Re: [Matplotlib-users] Creating Dendrograms

2006-09-10 Thread Alan G Isaac
On Sun, 10 Sep 2006, "R. Padraic Springuel" apparently wrote: > ClusterPlot.py > http://www.umit.maine.edu/~r.springuel/000CCFE8-8018/ License? Cheers, Alan Isaac - Using Tomcat but need to do more? Need to support

Re: [Matplotlib-users] Creating Dendrograms

2006-09-10 Thread R. Padraic Springuel
My apologies. The link I posted was invalid. The one below is a step up in the directory structure which is a bit more stable level in terms of how the system I'm using labels its uploaded files. The package I mentioned is ClusterPlot.py http://www.umit.maine.edu/~r.springuel/000CCFE8-80

[Matplotlib-users] Creating Dendrograms

2006-09-10 Thread R. Padraic Springuel
Well, since it seems that there doesn't exist a python routine for making dendrograms, I made one myself. At the moment the package isn't as complete as I want it to be, but I'd like some feedback on it from interested parties. The first beta release can be downloaded from the link below: http

Re: [Matplotlib-users] Interactive masking

2006-09-10 Thread Helge Avlesen
Hi, I have done this with pygist (see attached snippet), but not with matplotlib (yet) as it is a bit to slow for big datasets. I believe it should be relatively easy to implement a similar mouse handling loop for matplotlib, someone else can probably fill in with a better solution. if you use pco