问题
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