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: John W. Eaton
Subject: Re: Why does "mesh " set surface "facecolor" to "none"?
Date: Fri, 09 Nov 2007 17:18:50 -0500

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


reply via email to

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