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: Tue, 21 Feb 2012 00:10:27 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11

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

It is more than just comparing sizes. For compatibility the sizes (up to 2d)
need a broadcast sort of functionality. In addition, the prop-name &
prop-value pairs need to be supported.

Both the examples below work for Matlab. In Octave, both work if "line" is
replaced by "plot".


line ([34 40; 34 40], [0 35; 0 35], 'color', 'r')



line ([34 40; 34 40], [0 35], 'color', 'r')





    _______________________________________________________

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]