i have some tab-delimiter data in csv file, and i want to graph these data, and overlap the graph if possible. i'm currently doing this using excel, which is kinda slow when i have many graphs to make. i'm looking for ways to automate this, the data is generated thru some java process, so i would like to extend the process to graph the data. is there any good java library suited for this purpose? hopefully it's light-weight, open-source, and easy to start with.
thanks!