octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: improved __contourc__.cc + filled contours


From: David Bateman
Subject: Re: improved __contourc__.cc + filled contours
Date: Sun, 14 Oct 2007 11:27:12 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

Shai Ayal wrote:
> I tried your functions but all I get in the  lower subplot is a black
> rectangle -- i.e. contourf does nto work for me. Presumably this is
> beacuse I dont have the latest gnuplot?
> 
> I have gnuplot 4.0, octave 2.9.15


Shai,

This is a 4.0 thing..  In gnuplot the allowed colors are

[0,0,0]
[1,0,0]
[0,1,0]
[0,0,1]
[1,1,0]
[1,0,1]
[0,1,1]
[1,1,1]

are other colors are mapped to black are gnuplot 4.0 can't treat RGB
arbitrary colors. So it doesn't surprise me that contourf results in an
all black image..

D.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]