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

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

[Octave-bug-tracker] [bug #35216] line(x, y, 'propname', 'propvalue') th


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #35216] line(x, y, 'propname', 'propvalue') throw error
Date: Fri, 06 Apr 2012 15:37:40 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.142 Safari/535.19

Follow-up Comment #6, bug #35216 (project octave):

Rik, 

I tried the version below on both 3.4.0 and the default branch. Both gave me
the same result.


plot ([34 35; 35 36], [0 15; 5 20], 'o-b')


The result is the same as 


plot ([34; 35], [0; 5], 'o-b', [35; 36], [15; 20], 'o-b')


The reason you saw three points is because your version was equivalent to


plot ([34; 35], [0; 0], 'o-b', [40; 40], [35; 35], 'o-b')



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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