|
From: BBands <bb...@gm...> - 2013-03-24 17:29:37
|
Your example data file had two columns, do 'using 1:2' might work better.
go slowly
only use essentials
elaborate later
Trouble shooting hint: 'using 0:n' invokes a special case where x
equals the line number of the data file.
John
On Sun, Mar 24, 2013 at 10:06 AM, mikeincousa <mik...@gm...> wrote:
> posted the wrong block..
>
> Right one...
>
> set xdata time
> unset tics
> set timefmt "%Y-%m-%d"
> set xrange ["2013-03-11":"2013-03-15"]
> set yrange ["65.00":"70.00"]
> gnuplot> plot "/home/mike/QQQ2.txt" using 1:3
> ^
> warning: Skipping data file with no valid point.
|