|
From: Thomas S. <t.s...@fz...> - 2009-06-10 13:21:55
|
found it...
in your answer to another topic ('source filename as parameter')
i saw that you 'call' a script - so i assume you do it here, too.
there is a note at the end of the help information for the 'call'
command:
http://www.gnuplot.info/docs/node79.html
so,
plot "$1ind" 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
will work.
babelproofreader wrote:
>
> Thomas,
>
> Thanks for your efforts to help me with this problem.
>
> I'm reluctant to uninstall the synaptic packages and compile from source
> because at the moment everything, apart from this conditional plotting, is
> working as I want. I don't want to risk running into unforseen problems
> with a source compile. For the moment I can live without the conditional
> plotting facility. I will revisit this issue at a future date if/when the
> need for conditional plotting becomes more pressing.
>
--
View this message in context: http://www.nabble.com/Conditional-plotting-tp23893745p23962229.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|