Re: [Matplotlib-users] Creating Dendrograms

2006-09-13 Thread R. Padraic Springuel
> Have you thought about combining the dendrogram with a > heatmap/colormap (e.g. > http://www2.warwick.ac.uk/fac/sci/moac/currentstudents/peter_cock/python/heatmap/)? > Could ClusterPlot be combined with pcolor() to do this? To be honest, I haven't thought about doing anything like this. While

Re: [Matplotlib-users] Creating Dendrograms

2006-09-13 Thread R. Padraic Springuel
I chose the GPL because it was the open source license I was aware of and didn't realize that it would create problems with reusability of the code. It is not my intention to restrict people from reusing the code. Indeed, I'd much prefer that people did reuse the code. Since that appears to

Re: [Matplotlib-users] Creating Dendrograms

2006-09-12 Thread Fernando Perez
On 9/12/06, John Hunter <[EMAIL PROTECTED]> wrote: Minor correction > license. Fernando Perez did this with ipython, which was released > under the LGPL and then re-released under a BSD license to ease > integration with scipy and other enthought products. The LGPL is ^^

Re: [Matplotlib-users] Creating Dendrograms

2006-09-12 Thread John Hunter
> "R" == R Padraic Springuel <[EMAIL PROTECTED]> writes: R> Stéfan suggested that I include an example script to show R> people what the package could do. I thought this was a good R> idea, so I wrote one and have uploaded a new version of the R> package with the example scrip

Re: [Matplotlib-users] Creating Dendrograms

2006-09-12 Thread Michael Sorich
Hi, Looks very interesting. Is there any chance that this will be eventually included in MPL? Or at least have a license similar to MPL? Have you thought about combining the dendrogram with a heatmap/colormap (e.g. http://www2.warwick.ac.uk/fac/sci/moac/currentstudents/peter_cock/python/heatmap/)

Re: [Matplotlib-users] Creating Dendrograms

2006-09-11 Thread R. Padraic Springuel
Stéfan suggested that I include an example script to show people what the package could do. I thought this was a good idea, so I wrote one and have uploaded a new version of the package with the example script. I've also added copyright and license information, for those that care. The most

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] Creating Dendrograms

2006-08-31 Thread Michael Sorich
I don't think that Matplotlib has such a plot, but I would also be interested in using such a plot - for presenting hierarchical clustering results. Michael On 8/31/06, R. Padraic Springuel <[EMAIL PROTECTED]> wrote: > Can Matplotlib create dendrograms? As best I can tell, there isn't a > plotti

Re: [Matplotlib-users] Creating Dendrograms

2006-08-31 Thread Gary Ruben
Perhaps NetworkX will do what you want, depending on how much control you need over the node placement. There are a few more suggestions for general graph plotting solutions here: . hth Gary R. R. Padraic Springuel wrote: > Can

[Matplotlib-users] Creating Dendrograms

2006-08-30 Thread R. Padraic Springuel
Can Matplotlib create dendrograms? As best I can tell, there isn't a plotting function for doing so directly, but maybe one could make one by combining a series of commands. Has anyone done this? Does anyone know if it is possible, or if there is another package that would do the job if it i