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

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

[Octave-bug-tracker] [bug #53210] contourf does not fill a single level


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #53210] contourf does not fill a single level when colormap is gray
Date: Fri, 23 Feb 2018 17:32:45 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #53210 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

I can't confirm, neither with Octave 4.2.1 nor with the default branch. I
tried setting the colormap first or last and it didn't make a difference:


colormap ("gray")
x = linspace(-2,2);
[X,Y] = meshgrid(x);
contourf(X,Y,X.^2+Y.^2-1,[0,0])
## colormap ("gray")


Does removing the axes back plane ("set (gca, 'color', 'none')") or unzooming
("axis ([-3 3 -3 3])") change anything?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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