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

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

[Octave-bug-tracker] [bug #50506] Plot3 (x, y, z) : Plot3 (x1, y1, z1, x


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #50506] Plot3 (x, y, z) : Plot3 (x1, y1, z1, x2, y2, z2 ) : No Plot !! !
Date: Fri, 10 Mar 2017 09:59:35 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

Update of bug #50506 (project octave):

                Category:         Octave Function => Plotting               
                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

What you showed in your screenshots (by the way it is easier to have the
original code and not have to read it on an image) is that you tried to plot
single points, hence there is no line. Try "plot3(1,1,1, "o")" or
"plot3(1,1,1, "o", 2,2,2,"s")" and you'll see the markers. If in the latter
case you were trying to plot a line from [1,1,1] to [2,2,2] then what you want
is probably "plot3([1,2], [1,2],[1,2],"-o")"

Closing report as invalid.

BTW the exclamation marks in the title are not recommended since they may be
interpreted differently depending on the mood of the reader.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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