|
From: horatiu <cl...@ya...> - 2006-08-07 06:11:01
|
I succeeded my firs =E2=80=9Cserious=E2=80=9D graph with gnuplot, but I'm = far from what I really want. I still don't understand how to use =E2=80=9Cset data separato= r=E2=80=9D 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 =E2=80=93 the shape is far from reality I succeeded by replacing =E2=80=9C,=E2=80=9D with 2 blanks, but I prefer to= don't modify the datafile. Thanks --=20 View this message in context: http://www.nabble.com/plot-data-tf2049191.htm= l#a5679958 Sent from the Gnuplot - User forum at Nabble.com. |