|
From: Thomas S. <t.s...@fz...> - 2009-05-21 08:31:46
|
the caret is below the 1st 'y' of the 'title my_key', isn't it?
i can reproduce this behaviour here with gnuplot 4.2.
sorry, i forgot to mention, you need gnuplot 4.3-cvs. version
4.2 doesn't have those the operators '=' and ',' in expression
syntax. you need to upgrade to version 4.3.
joachim heintz wrote:
>
> Thanks. 'unset colorbox' does its job. But with you suggestion
> regarding getting a data value as a key I get the following:
>
> gnuplot> plot "/Joachim/ShellSkripte/00gnuplot/Ganze1_12pms.txt"
> every ::1::1 using (my_key=sprintf("%d",$1),0/0):(0/0) notitle, "/
> Joachim/ShellSkripte/00gnuplot/Ganze1_12pms.txt" every ::a::a using
> 3:2 with imp title my_key linecolor palette frac 0, "/Joachim/
> ShellSkripte/00gnuplot/Ganze1_12pms.txt" every ::a::a using 6:5 with
> imp title my_key linecolor palette frac .333333, "/Joachim/
> ShellSkripte/00gnuplot/Ganze1_12pms.txt" every ::a::a using 9:8 with
> imp title my_key linecolor palette frac .666666
>
> ^
> "/tmp/gnupl005512.txt", line 7: ')' expected
> (no newlines in the terminal output; just in this email)
>
> Am I doing something wrong? No idea which ')' I am missing.
>
> joachim
>
>
--
View this message in context: http://www.nabble.com/Plot-questions-tp23464492p23649589.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|