Graphing Tools

Associate
Joined
18 Mar 2007
Posts
291
I am looking at tools to plot some graphs. The data that I want to plot is in csv files and there is a lot of it. So much that Excel can't really handle it.

Does anyone have a suggestion for good tools I could try without going down the full blown matlab route..?

The requirements are quite simple - I just need to plot a line graph with up to seven lines per graph.

Thanks
 
Associate
Joined
9 Sep 2008
Posts
424
Location
York
It depends a little on what you want to plot, but I'd start off with R and then maybe add the ggplot2 package. If you have a very big dataset you might want to think about sampling it before plotting.
 
Back
Top Bottom