constructing graphs in Java

守給你的承諾、 提交于 2019-12-13 08:46:33

问题


i need to plot velocity graph for my velocity vector data(x axis velocity x comp, y axis velocity y comp). there is a quiver plot in matlab which does so, is it possible to some how draw such graphs in Java. please some one can tell how to do it, it would be real help.


回答1:


It seems to me you want to construct a chart, not a graph.

Afaik, the most popular java charting frameworks are:

  • JFreeChart
  • Eclipse BIRT Charting Engine


来源:https://stackoverflow.com/questions/3263106/constructing-graphs-in-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!