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

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

[Octave-bug-tracker] [bug #39642] flat shading on pcolor draws pcolor ab


From: anonymous
Subject: [Octave-bug-tracker] [bug #39642] flat shading on pcolor draws pcolor above other plots
Date: Thu, 01 Aug 2013 12:41:56 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:22.0) Gecko/20100101 Firefox/22.0

URL:
  <http://savannah.gnu.org/bugs/?39642>

                 Summary: flat shading on pcolor draws pcolor above other
plots
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 01 Aug 2013 12:41:55 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

example:


[X,Y,Z]=sombrero;
[Fx,Fy] = gradient(Z);
pcolor(X,Y,Fx+Fy);
shading interp;

hold on
p= plot([-10:1:10], [-10:1:10])


appears ok, but


shading flat;


draws the pcolor above the other plots. The order of the axis children doesn't
change during this.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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