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: Mon, 02 Jan 2012 13:00:08 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7

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

                 Summary: line(x,y,'propname','propvalue') throw error
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Mon 02 Jan 2012 08:00:07 AM EST
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The docs indicate that line(x,y,z,name,value) is valid syntax. Without "z" an
error results.


figure(1)
clf
line([34 40; 34 40], [0 35; 0 35], 'color', 'r')
error: invalid value for array property "xdata"
error: set: expecting argument 2 to be a property name
error: set: expecting argument 4 to be a property name


In addition,


line ([34 40; 34 40], [0 35], 'color', 'r')
error: line: number of X, Y, and Z points must be equal
error: called from:


Both of these work in ML R2011b.




    _______________________________________________________

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]