|
From: Tammo H. <Tam...@ie...> - 2006-08-07 11:16:54
|
> I succeeded my firs "serious" graph with gnuplot, but I'm far from what= I > really want. I still don't understand how to use "set data separator" > command. Like I said my data comes like this: > > , 191,-.92, .133333333333333,-6900 > , 191.5,-.919066666666667, .133333333333333,-6893 > , 192,-.918, .133333333333333,-6885 > , 192.5,-.917066666666667, .133333333333333,-6878 > , 193,-.916133333333333, 6.66666666666667E-02,-13742 > , 193.5,-.915066666666667, .133333333333333,-6863 > , 194,-.914066666666667, .2,-4570.33333333333 > > I tried: > > set datafile separator "," > plot "CV2.dat" using 2:3 > > the graph isn't good - the shape is far from reality You will need to be more specific in what is wrong with it? Does gnuplot p= lot the data correctly? Maybe you should post the core of your plotfile. > I succeeded by replacing "," with 2 blanks, but I prefer to don't modify= the > datafile. > Thanks -- Tammo Heeren, Ph.D mailto: Tam...@ie... |