views:

73

answers:

1

hello everyone, 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  A: 

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

Afaik, the most popular java charting frameworks are:

Stefan K.
unable to find the needed type of graph. can you provide with some hints, how to procedd
ayush singhal
Now that you know, that you're looking for a charting framework, have you considered to take a look a the various OS tools? http://java-source.net/open-source/charting-and-reporting
Stefan K.