I have a 2d array in which rows represents the input and columns represents an output. I want to generate a 2d curve based on this array in Java. with the input as horizontal axis and output as vertical axis.
Asked
Active
Viewed 648 times
1 Answers
2
Check out...
For starters

MadProgrammer
- 343,457
- 22
- 230
- 366
-
+1 See also this related [example](http://stackoverflow.com/a/9373195/230513) – trashgod Apr 28 '13 at 03:53