octave-maintainers
[Top][All Lists]
Advanced

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

Re: Why does "mesh " set surface "facecolor" to "none"?


From: David Bateman
Subject: Re: Why does "mesh " set surface "facecolor" to "none"?
Date: Fri, 09 Nov 2007 23:27:10 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

John W. Eaton wrote:
> On  9-Nov-2007, David Bateman wrote:
> 
> | I had a one line fix,
> | 
> | diff -u -r1.63 __go_draw_axes__.m
> | --- __go_draw_axes__.m  9 Nov 2007 21:07:24 -0000       1.63
> | +++ __go_draw_axes__.m  9 Nov 2007 21:56:00 -0000
> | @@ -702,7 +702,7 @@
> |               palette_data = [1:rows(surf_colormap); surf_colormap'];
> |              endif
> | 
> | -            if (isnumeric (obj.facecolor))
> | +            if (isnumeric (obj.facecolor) && ! all (obj.facecolor == 1))
> |                palette_data = [1:2; [obj.facecolor; obj.facecolor]'];
> |              endif
> | 
> | but you beat me to it, with something similar.. Your patch works for
> | both gnuplot 4.0 and 4.2.2
> 
> OK.
> 
> Is there anything else that should be done before I make 2.9.17?
> 
> Thanks,
> 
> jwe
> 

I have nothing in the pipe... I think you got all of the patches from
the lists as well.

D.


reply via email to

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