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

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

[Octave-bug-tracker] [bug #38131] implied set() within plot() isn't cons


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #38131] implied set() within plot() isn't consistent with set()
Date: Wed, 23 Jan 2013 02:16:43 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17

Follow-up Comment #2, bug #38131 (project octave):

Matlab complains as well, and it appears to me that Octave is working as
intended.


plot (1:10, 'color', 'r')
plot (rand (10,1), {'color'}, {'r'})
Error using plot
Illegal parameter-value pair
plot (rand (10,2), {'color','color'}, {'r','b'})
Error using plot
Illegal parameter-value pair
 

I haven't considered what would be involved to make plot and other functions
behave in a manner consistent with set.  Maybe the task to more effort that it
is worth?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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