用于绘制树状图的库或任何 API
我有一个 MySQL 数据库,其中包含一些数据,它与 JSP 页面交互,问题是我必须从数据库中存储的各种文件绘制树状图。
我找到了一些java API,比如JTree或其他,但我不熟悉java,所以我想知道是否有替代方法可以使用调用程序或其他内容的CGI或php页面来完成此操作。
欢迎任何想法或建议。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
GraphViz
GraphViz
这是几个月后的事了,但是机器学习工具包橙色: http://www.ailab.si/orange /
让您绘制树状图。 您不需要很多行 Python 代码即可将其粘合在一起作为 CGI 程序。
This is many months later, but the machine-learning toolkit orange: http://www.ailab.si/orange/
lets you draw dendrograms. You would not need many lines of python code to glue this together as a CGI program.