Charting in Java

I need to plot a speed graph for my velocity vector data (xx comp axis speed, yy comp axis speed). matlab has a curved graph that does this, is it possible for some to draw such graphs in Java. please, someone can tell how to do this, it will be a real help.

-1
source share
1 answer

I think you want to build a chart, not a chart.

Afaik, the most popular java frameworks:

+1
source

All Articles