|
From: Hans-Bernhard B. <br...@ph...> - 2005-08-02 14:55:12
|
Matt Kopeck wrote: > Hi, > > Is it possible to use the date as well as the time to plot a graph in > gnuplot? Sure. set xdata time set timefmt '%Y/%m/%d %H:%M' plot 'data' u 1:3 should do it. |