Searched refs:plot_cmd (Results 1 – 6 of 6) sorted by relevance
95 plot_cmd = None variable106 if plot_cmd == None: plot_cmd = "splot '%s'" % t107 else: plot_cmd = "%s,'%s'" % (plot_cmd, t)112 print >>fo, plot_cmd
91 plot_cmd="plot '$FILE' using 1:2 title \"${column[$count]}\" $with"95 plot_cmd=$plot_cmd",'$FILE' using 1:$count title \"${column[$count]}\" $with"99 echo $plot_cmd >> $TMP/gnuplot.script