|
From: Thomas S. <t.s...@fz...> - 2008-04-21 07:37:40
|
> $ plot 'test.txt' using 1:2 with lines, 'test.txt' using 3:4 with lines, 'test.txt' using 5:6 with lines > > And I get this message: > > #PLOT 1 > plot: unrecognized command `0xa' encountered in input > plot: could not parse input file `test.txt' you are using the 'plot' program (see 'man plot'), which has nothing to do with 'gnuplot'! execute the above plot command inside gnuplot (at the gnuplot prompt). -- View this message in context: http://www.nabble.com/Can%27t-plot-text-file---unrecognized-command-%600xa%27-encountered-in-input-tp16799475p16804313.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |