|
From: Thomas S. <t.s...@fz...> - 2009-06-09 07:23:11
|
to be sure that the error is not terminal dependent - if you 'set table' and plot these five data lines again, what do you get? i get this: gnuplot> set table gnuplot> plot 'ts.dat' using 1:2:3:4:5 notitle with candlesticks lt 7, "" using 1:($23<0?$53:1/0) notitle with line lt 3, "" using 1:($23>0?$54:1/0) notitle with line lt 1 # Curve 0 of 3, 5 points # x y open ylow yhigh yclose type 1 981 990.2 974.1 980 i 2 976.9 988.3 970.5 984.4 i 3 983.2 992.1 961.5 965.6 i 4 964 983.4 962 982.3 i 5 981.4 985 953.8 962.6 i # Curve 1 of 3, 5 points # x y type 6.7163e-316 0 u 0 0 u 0 0 u 0 0 u 0 0 u # Curve 2 of 3, 5 points # x y type 1 915.1 i 2 915.1 i 3 925.2 i 4 925.2 i 5 925.2 i Thomas Sefzick wrote: > > a few questions: > - if you plot the 5 lines of data you posted recently, > do you get the same plot result as i did? > No, I don't. I still get just the candlesticks with one line plotted at > the zero level and the other line is missing completely. > http://www.nabble.com/file/p23933590/%2B0%2529.png > > - how large is your data file? > the data file(s) are 3000+ lines > > - the gnuplot program - is it from the distribution or > did you compile it from source? > It is from the distribution repositories, installed via Synaptic. The > installed packages are gnuplot 4.2.4-6, gnuplot-x11 4.2.4-6, gnuplot-doc > 4.2.4-6 and gnuplot-nox 4.2.4-6. > > > > > > -- View this message in context: http://www.nabble.com/Conditional-plotting-tp23893745p23937446.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |