|
From: Thomas S. <t.s...@fz...> - 2009-06-09 17:23:06
|
found a p4 dual core running kubuntu 9.04.
the gnuplot installation coming with the distribution shows
no error:
G N U P L O T
Version 4.2 patchlevel 4
last modified Sep 2008
System: Linux 2.6.28-11-generic
Copyright (C) 1986 - 1993, 1998, 2004, 2007, 2008
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from http://www.gnuplot.info/faq/
Send bug reports and suggestions to
<http://sourceforge.net/projects/gnuplot>
Terminal type set to 'wxt'
gnuplot> set datafile separator ","
gnuplot> set xdata time
gnuplot> set timefmt "%d/%m/%Y"
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 yopen ylow yhigh yclose type
2.9713e+08 981 990.2 974.1 980 i
2.97216e+08 976.9 988.3 970.5 984.4 i
2.97302e+08 983.2 992.1 961.5 965.6 i
2.97389e+08 964 983.4 962 982.3 i
2.97475e+08 981.4 985 953.8 962.6 i
#Curve 1 of 3, 5 points
#x y type
0 0 u
0 0 u
0 0 u
0 0 u
0 0 u
#Curve 2 of 3, 5 points
#x y type
2.9713e+08 915.1 i
2.97216e+08 915.1 i
2.97302e+08 925.2 i
2.97389e+08 925.2 i
2.97475e+08 925.2 i
gnuplot>
don't know what's happening on your system...
maybe you should compile gnuplot by yourself and see if the error remains
sorry, my xdata settings were wrong, with gnuplot_4.2.3 i get the
same x-values as you do.
you could try
'set term dumb'
but i don't think that this will change anything.
i'll try to find a ubuntu 9.04 installation.
(this may take some time...)
babelproofreader wrote:
>
>
> Thomas Sefzick wrote:
>>
>> 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?
>>
>> My output is quite different:
>>
>> #Curve 0 of 3, 5 points
>> #x yopen ylow yhigh yclose type
>> 2.9713e+08 981 990.2 974.1 980 i
>> 2.97216e+08 976.9 988.3 970.5 984.4 i
>> 2.97302e+08 983.2 992.1 961.5 965.6 i
>> 2.97389e+08 964 983.4 962 982.3 i
>> 2.97475e+08 981.4 985 953.8 962.6 i
>>
>>
>> #Curve 1 of 3, 5 points
>> #x y type
>> 6.90193e-310 6.84261e-317 u
>> 3.73084e-317 2.13436e-321 u
>> 5.02465e-321 1 u
>> 0 0 u
>> 6.90179e-310 2.61748e-310 u
>>
>>
>> #Curve 2 of 3, 5 points
>> #x y type
>> 2.9713e+08 4 i
>> 2.97216e+08 4 i
>> 2.97302e+08 4 i
>> 2.97389e+08 4 i
>> 2.97475e+08 4 i
>>
>> Anticipating that the problem might be with my terminal settings, I
>> notice that when I first start Gnuplot there is this output
>>
>> Terminal type set to 'wxt'
>> gnuplot>
>>
>> Should my terminal type be set to something different?
>>
>
--
View this message in context: http://www.nabble.com/Conditional-plotting-tp23893745p23947533.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|