|
| From: | Pantxo Diribarne |
| Subject: | [Octave-bug-tracker] [bug #45107] ylim does not work the same way as xlim does. |
| Date: | Fri, 15 May 2015 09:01:25 +0000 |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0 |
Update of bug #45107 (project octave):
Status: None => Need Info
_______________________________________________________
Follow-up Comment #1:
Hi,
Thanks for your bug report. I can't reproduce this bug. If I define a variable
"ylim" that shadows the ylim function then I can see the same (first) error
message:
plot (1:10)
xlim([0 12])
ylim([0 12])
plot (1:10)
ylim([0 12])
ylim = 1:3; ## define a ylim variable
ylim([0 12]) ## this is now indexing in ylim variable
## -> error: subscript indices must be either positive integers less than 2^31
or logicals
Can you confirm that you have mistakingly shadowed ylim function with a
variable?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?45107>
_______________________________________________
Message posté via/par Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |