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.
Asked
Active
Viewed 1,215 times
-1
-
2Hi, please checkout the last paragraph from *How do I ask questions here?* of the FAQ: http://stackoverflow.com/faq – Bart Kiers Jul 16 '10 at 08:25
-
1You should name this post "Quiver Chart in Java Swing" and post a picture for better understanding. – Mikhail Poda Jul 16 '10 at 10:25
1 Answers
1
It seems to me you want to construct a chart, not a graph.
Afaik, the most popular java charting frameworks are:

Stefan K.
- 7,701
- 6
- 52
- 64
-
unable to find the needed type of graph. can you provide with some hints, how to procedd – ayush singhal Jul 16 '10 at 09:17
-
1Now 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. Jul 16 '10 at 09:30