Search code examples
dendrogram

Library or any API for plotting dendrograms


I have an MySQL database which contains some data,it interacts with JSP pages,the thing is that I have to plot dendrograms from various files stored in the database.

I found some java API for this like JTree or others, but I'm not familiar with java, so I am wondering if there is an alternative to do it with a CGI or php pages that call a program or something.

Any idea or suggestion is welcome.


Solution

  • GraphViz