问题描述
有没有人使用 JFreeChart 开源库绘制 xy 图?
Has anyone worked with JFreeChart-open source library for plotting xy plots?
有人可以发布一个示例,说明如何使用程序生成的 x 和 y 值动态创建 xy 图吗?
Could someone post an example of how to create an xy plot dynamically with the x and y values generated from the program?
我在哪里可以找到关于如何使用 JFreeChart 开发应用程序的 turorial 文档或类似的东西?
And where can i get a turorial doc or something of that kind to know about how to use the JFreeChart for developing applications?
提前致谢..
推荐答案
您是否尝试过查看 JFreeChart 演示?见这里.
Have you tried looking at the JFreeChart demos? See here.
如果您找到适合您想要做的示例,在 Google 中搜索演示的名称通常会从(例如)Koders 中提取演示源代码:PieChartDemo1.java
If you find a sample that suits what you want to do, searching for the name of the demo in Google often pulls up the demo source code from (for example) Koders: PieChartDemo1.java
这篇关于用于 java swing gui 应用程序中动态 xy 图的 JFreeChart的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!