|
From: Nathan M. <nm...@ph...> - 2004-05-04 22:43:50
|
Sorry to post such a stupid question. Want to plot a set of data in file.dat, - - - - >cat file.dat #x y yerr 1 2 0.2 2 4 0.4 3 6.1 0.5 1.5 3.01 0.1 - - - - Want to plot this file with errorbars, without lines, pointtyle 7 (the round dot) I think the command should be, gnuplot> plot "file.dat" with yerrorbars with points pointtype 7 why doesn't this work? Nathan Moore |