I know basic coding in Java and a little about GUI in java.I have some programs written myself that can generate data in the form of arrays of data type double. I wana create a java program that consists of classes which can take these arrays as input and plot graph with spline curve for the given data.I cannot do it on my own .Can anyone please give me such code.
Asked
Active
Viewed 134 times
1
-
Try to see this http://stackoverflow.com/questions/15864441/how-to-make-a-line-curve-through-points – BratBart Sep 24 '15 at 06:27
-
Actually my intention is to draw a smooth curve using those points.I thought it will be a spline.Am I right to ask the question as drawing a spline curve? – Adithya Sivakoti Sep 24 '15 at 06:47