|
From: joachim h. <jh...@jo...> - 2009-05-21 14:57:06
|
I'm not sure how complicated it will be to upgrade to 4.3-cvs. I'm on
OSX and had some difficulties to install gnuplot. Compiling from
sources gave some errors I didn't understand, so I went to the
darwinports. This worked, but I'm not sure if I can install 4.3 via
Darwinports.
For the moment it would be sufficient to print my first column in the
Terminal window. Can I do this with gnuplot 4.2? I tried 'print $1'
but this doesn't work.
Thanks -
joachim
Am 21.05.2009 um 10:31 schrieb Thomas Sefzick:
>
> 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.
>
>
> ------------------------------------------------------------------------------
> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
> is a gathering of tech-side developers & brand creativity
> professionals. Meet
> the minds behind Google Creative Lab, Visual Complexity, Processing, &
> iPhoneDevCamp asthey present alongside digital heavyweights like
> Barbarian
> Group, R/GA, & Big Spaceship. http://www.creativitycat.com
> _______________________________________________
> Gnuplot-info mailing list
> Gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
|