octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #47974] Visual differences between gnuplot and


From: Rik
Subject: [Octave-bug-tracker] [bug #47974] Visual differences between gnuplot and OpenGL toolkits
Date: Mon, 23 May 2016 05:01:38 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #4, bug #47974 (project octave):

The facecolor setting is correct.  The face should be white, but the edges
should be drawn.  The edgecolor in this case is 'flat' and should take the
color from the 'cdata' property.

To test, you can do something like


demo ezmeshc
h = get (gca, 'children')(2);
set (h, 'edgecolor', 'r')


I tried this and it set the outer edge to be red, but the mesh is still not
visible.  If I set the facecolor 'none' then the mesh is visible.


set (h, 'facecolor', 'none')




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47974>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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