basic implementation for isosurface, isocolors, isonormals
David Bateman
dbateman at dbateman.org
Tue Apr 14 14:35:52 CDT 2009
Martin Helm wrote:
> First of all,
>
> thank you for your effort David. I can confirm the errors reported by Thomas.
> To be precise they happen with the first two examples in the "subplot" example
> group which use the syntax
>
> patch ("Faces", f, "Vertices", v, "EdgeColor", whatever)
>
> The other two examples which use "FaceVertexCData" and facecoloring work well.
>
> If I simply add the "FaceColor" attribute with some value to the failing patch
> command, the problem disappears, so the bug seems to be trivial (a misssing
> default value for "FaceColor")
>
> e.g.
>
> patch ("Faces", f, "Vertices", v, "FaceColor", "blue","EdgeColor", "none")
>
> works well. I'll look through the code.
>
> - mh
>
The old 3.0.x behavior was that the default facecolor was [0,1,0]. I
presume that is the compatible behavior and so re-established that as
the default with the attached patch. The demo in the help string then
works correctly for the gnuplot CVS. But there appear to be some issue
with colormap with gnuplot 4.2.4 and the x11 terminal in a multiplot
environment.. I suppose I should try 4.2.5 and see if that works
D.
--
David Bateman dbateman at dbateman.org
35 rue Gambetta +33 1 46 04 02 18 (Home)
92100 Boulogne-Billancourt FRANCE +33 6 72 01 06 33 (Mob)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch.facecolor
Url: https://www-old.cae.wisc.edu/pipermail/octave-maintainers/attachments/20090414/5fd89885/attachment.ksh
More information about the Octave-maintainers
mailing list