I'm trying to find some information about plotting with Java - specifically xy plotting. I've come across multiple java libraries but I'm not sure which of them are easy to learn to use/level of difficulty integrating it into an existing application.
The ones I've come across are: JFreeChart & JOpenChart
I've also looked at some in this list (not all have the XY Plot capability): 10 Excellent Free Open Source Java Chart Library for Developers
Does anyone with any experience with any of these know which would be the easiest/quickest to learn how to use?
I have used jfreechart 100 times for different solutions.it is easy to learn as it has a Developer's Guide and many more easy tutorials on Java2s.com. just google it and you will find much more Here is a demo of XY series
I have worked more with Android specific libraries, but I can say that I have had good experience with JFreeChart. It has a pretty extensive library so you can always expand on it, it has a number of demos with example code as well as tutorials around the web, and it has a good support forum. Try them out, take a look at some of the examples and see if you like the way it is formatted.