0

I have some data that has X and Y values and i would like to print them in a graph. I don't need anything advanced because the data is very simple but I would like something that looks good and has nice design (which excel hasn't).

Thanks for any help

Jonas
  • 1,112
  • 5
  • 17
  • 28
  • And its Java, one more thing that came up in my head is that I dont want the simpliest graph. The thing is that the X values are months in time. And then each month I have several different objects with different values. Example: Month 2 I have 3 apples, 2 pears and 5 bananas and I want the graph to show this. – Jonas Jul 15 '11 at 08:16

1 Answers1

0

MathGL (cross-platform GPL plotting library) is rather simple to use and produce nice plots -- see samples.

abalakin
  • 825
  • 7
  • 6