Can you please recommend a library that can draw a simple (see the image) 3D graph in Java?
The library should comply with the following requests:
- it has to be freely available for non-commercial use
- it should be simple to use (given a set of data, it should draw a 3D graph)
- when drawn, users should be able to do basic control over the graph (rotate, change perspective)
Please provide links to the library, its API and examples.
Thank you for your answers.