In article
<9f2b1863-9dbe-4603-acef-fb4d110986ed@[EMAIL PROTECTED]
>,
Al Greynolds <awgreynolds@[EMAIL PROTECTED]
> wrote:
>On Jun 17, 9:14=A0am, merr...@[EMAIL PROTECTED]
wrote:
>> I am not a windows user, but the windows 4.2.2 executable from
>> SourceForge when run under linux manages to handle RGB.
>
>Ethan,
>
>I downloaded from sourceforge and installed the current 4.2.3 win
>binary. I still get no rgb colored lines (the exact same file works
>perfectly with its postscript terminal and also the x11 terminal on
>MacOSX). I'm running on Windows XP Pro SP3. Is it possible that
>these binaries are built without rgb sup****t for the windows terminal?
As I said, the SourceForge binaries work here under linux+wine.
The most recent claims to be version 4.2 patchlevel 3, built in March
2008.
If it doesn't work work under Windows itself, I'd blame Windows :-)
Try these commands:
set loadpath "/wherever_it_is/gnuplot/demos/"
rgb(r,g,b) = int(r)*65536 + int(g)*256 + int(b)
splot 'rgb_variable.dat' using 1:2:3:(rgb($1,$2,$3)) \
with lines lc rgb variable
--
Ethan A Merritt


|