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: Marco Caliari
Subject: [Octave-bug-tracker] [bug #53210] contourf does not fill a single level when colormap is gray with gnuplot toolkit
Date: Sat, 24 Feb 2018 05:11:51 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Update of bug #53210 (project octave):

                  Status:            Works For Me => None                   
                 Summary: contourf does not fill a single level when colormap
is gray => contourf does not fill a single level when colormap is gray with
gnuplot toolkit

    _______________________________________________________

Follow-up Comment #2:

@Pantxo: you are right. I have a hidden .octaverc in the folder which switches
to gnuplot. Try this, instead


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


    _______________________________________________________

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]