Re: [Matplotlib-users] Creating Dendrograms

2006-09-13 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-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

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 I'm

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.

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 script. I've

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

Re: [Matplotlib-users] Creating Dendrograms

2006-08-31 Thread Gary Ruben
Perhaps NetworkX https://networkx.lanl.gov/ 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: https://networkx.lanl.gov/wiki/Drawing. hth Gary R. R. Padraic Springuel wrote: Can

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 plotting