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: Ben Abbott
Subject: [Octave-bug-tracker] [bug #34523] Plot Bugs
Date: Sun, 06 Nov 2011 02:05:21 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.106 Safari/535.2

Update of bug #34523 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

The third command has a problem.


z = (1+x.y).(x+y); 
error: matrix cannot be indexed with .


I tried the commands below.


figure (1)
clf
[x, y] = meshgrid (-2:.2:2); 
t = linspace (-2, 2, 10); 
z = (1+x.*y).*(x+y); 
plot3 (t, t, t) 
hold on 
h = surf (x, y, z, "FaceColor", [.3 .5 .3], "EdgeColor", [0 0 0]);
facecolor = get (h, "facecolor")
edgecolor = get (h, "edgecolor")


I've attached pdf's from ML and Octave.

(file #24310, file #24311)
    _______________________________________________________

Additional Item Attachment:

File name: matlab.pdf                     Size:78 KB
File name: gnuplot.pdf                    Size:13 KB


    _______________________________________________________

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]