[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #45554] Setting label after empty errorbar plo
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #45554] Setting label after empty errorbar plot blocks command prompt |
Date: |
Tue, 28 Jul 2015 04:05:51 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 |
Update of bug #45554 (project octave):
Status: None => Confirmed
_______________________________________________________
Follow-up Comment #3:
Confirmed on Linux as well. The errorbar command is the proximate cause of
the problem. The last command can be anything, not just ylabel. I tried
'clf' and that also hung the interpreter.
The issue seems to be that x is empty (0x1 empty matrix). When I exit Octave
I get this warning
line 0: warning: Skipping data file with no valid points
Interestingly, I get a different error if I define x as a 0x0 empty matrix.
x = [];
errorbar(x,x,x,'.b;test;');
error: called from
__errplot__>__do_errplot__ at line 275 column 18
__errplot__ at line 51 column 25
errorbar at line 181 column 10
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?45554>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/