*/
public void plotLineGraph(List<Graph> graphs) {
final long start = new Date().getTime();
final ArrayList<Graph> renderGraphs = new ArrayList<VCanvasPlotter.Graph>(
graphs);
RepeatingCommand rc = new Scheduler.RepeatingCommand() {
int counter = 0;
@Override
public boolean execute() {
Graph g = renderGraphs.get(counter);