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

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

[Octave-bug-tracker] [bug #34523] Plot Bugs


From: Peter Jeffris
Subject: [Octave-bug-tracker] [bug #34523] Plot Bugs
Date: Tue, 11 Oct 2011 00:22:41 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20100101 Firefox/7.0.1

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

                 Summary: Plot Bugs
                 Project: GNU Octave
            Submitted by: jeffris
            Submitted on: Tue 11 Oct 2011 12:22:40 AM GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Peter
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

octave:1> [x,y] = meshgrid(-2:.2:2);
octave:2> t = linspace(-2,2,10);
octave:3> z = (1+x.*y).*(x+y);
octave:4> plot3(t,t,t)
octave:5> hold on
octave:6> surf(x,y,z, "FaceColor", [.3 .5 .3], "EdgeColor", [0 0 0])
octave:7> version 
ans = 3.2.4
gnuplot -V
gnuplot 4.4 patchlevel 0

When the result was returned the FaceColor property had not been set to a
single color, it was still the default color map. Also the line could not be
seen superimposed on the side of the surface it was graphed with. It was only
visible when the plot was oriented so that the line was in front of only
whitespace. When the surface was plotted first, and then the line, the line
could be seen in front of the surface as expected, but it could also be seen
behind the surface where I would expect it to be hidden. 





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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