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

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

[Octave-bug-tracker] [bug #49017] 3d plotting uses colors incompatible w


From: Rik
Subject: [Octave-bug-tracker] [bug #49017] 3d plotting uses colors incompatible with gnuplot 4.4
Date: Tue, 6 Sep 2016 22:29:30 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #1, bug #49017 (project octave):

Offhand, it looks like the difference between RGB and RGBA with alhpa channel.
 The grid is black with an opacity of 0.15.  0.15*255 = 38, which is 0x26,
which is what I see in the color specification.

As a test, try


clf
hold on
peaks
view (3)


This should have the grid turned off and it may work.  If it does, then it is
clearly in the grid drawing routine.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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