octave-maintainers
[Top][All Lists]
Advanced

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

Re: surf.m overwrites "facecolor" property


From: John W. Eaton
Subject: Re: surf.m overwrites "facecolor" property
Date: Tue, 11 Dec 2007 13:22:57 -0500

On 11-Dec-2007, Michael Goffioul wrote:

| On 12/11/07, John W. Eaton <address@hidden> wrote:
| > On  6-Dec-2007, Michael Goffioul wrote:
| >
| > | Why does surf.m overwrite "facecolor" property of the generated surface?
| > | This property should be "flat" by default for surface object. Setting it
| > | explicitely makes it impossible to call surf like:
| > |
| > | surf(peaks, "facecolor", "r");
| >
| > Removing the
| >
| >  "facecolor", "flat"
| >
| > args from the call to __go_surface__ in surface.m doesn't seem to be
| > enough to make your example work properly.
| 
| It is for JHandles, but there are gnuplot-specific problems with
| coloring surface.

Since the default seems to be "flat" anyway, I removed the facecolor
property/value pair from the __go_surface__ call.

Thanks,

jwe


reply via email to

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