Hi people, i am writing a program that draws a graph based on some data that the user inputs. I tried to use the XYSeries in jfreechart but i get graph with broken line. I need a smooth curve
Anyone with an idea on how i can do this?
Printable View
Hi people, i am writing a program that draws a graph based on some data that the user inputs. I tried to use the XYSeries in jfreechart but i get graph with broken line. I need a smooth curve
Anyone with an idea on how i can do this?
An XYSplineRenderer perhaps.