|
| From: | Dan Sebald |
| Subject: | [Octave-bug-tracker] [bug #52135] bar cannot plot two stacked bars |
| Date: | Thu, 28 Sep 2017 16:12:27 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 |
Follow-up Comment #7, bug #52135 (project octave):
I notice this error in the code:
if (any (x(2:end) < x(1:end-1)))
error ("%s: X vector values must be in ascending order", func);
endif
which is not a requirement in the documentation. X can have any order, but
there can be no duplicate elements.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52135>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |