How to create Curves using the JGraphs, Please give me a suggestion.
I am using XYChart, but its drawing Line graph, instead of curves,please suggest.
B.V.Vijay Kumar
How to Draw Curve Graphs
Re: How to Draw Curve Graphs
Hi Vijay,
The XYDataset is just a collection of points, and the standard plot just draws lines between them.
This probably isn't ideal if you are looking for plots of functions for mathematical applications. If that's what you are looking for, then PtPlot (there's a link towards the bottom of the JFreeChart page) is stronger than JFreeChart in that area.
Regards,
DG.
The XYDataset is just a collection of points, and the standard plot just draws lines between them.
This probably isn't ideal if you are looking for plots of functions for mathematical applications. If that's what you are looking for, then PtPlot (there's a link towards the bottom of the JFreeChart page) is stronger than JFreeChart in that area.
Regards,
DG.
Re: How to Draw Curve Graphs
Hi Gilbert,
Thanks for your information. I'll do the best with PtPlot.
Thanks once again.
Regards,
Vijay
Thanks for your information. I'll do the best with PtPlot.
Thanks once again.
Regards,
Vijay