Plot Graphs in Java

后端 未结 4 1114
臣服心动
臣服心动 2020-12-14 20:26

The Java Swing GUI that I\'m developing needs to plot a 2D graph based on the x and y coordinates generated in the program.

Is there a Swing component for that?

4条回答
  •  死守一世寂寞
    2020-12-14 20:48

    check out the feature comparison for Java report and charting libraries; http://java-source.net/open-source/charting-and-reporting

提交回复
热议问题