I searched and found jFreeChart , Python, Google Chart and matplotlib . Search here I also found CairoPlot . I heard that I can use OpenOffice for this. Is the API easy to use? Or would it be easier to stick with one of these libraries?
I have more experience with Java, but I read most of Dive Into Python 3 and made some Python mockups for simple things. I will probably have to spend more time doing this in Python, although I am ready to do it while it does not mean anything. I want to automate some tests to fit into a dissertation, so I am more concerned about the final product.
So far I have been thinking of using matplotlib simply because it is the only one that has had the latest updates, which makes me assume that there may be more documentation due to ongoing support. I used jFreeChart in the past and for testing, and everything was fine. But I was hoping to find something better or have more documentation / examples to use. Last time, I did not adjust the appearance of the graphics, as I wanted to - say, change the background in the line chart - due to the lack of examples / documentation.
source
share