|
From: | Rik |
Subject: | [Octave-bug-tracker] [bug #58216] bar: stacked bar chart improperly handles negative values |
Date: | Wed, 18 Nov 2020 23:25:35 -0500 (EST) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36 |
Update of bug #58216 (project octave): Status: Confirmed => Fixed Open/Closed: Open => Closed _______________________________________________________ Follow-up Comment #11: I made a few changes for efficiency such as using the short-circuit version '&&' rather than '&' and using 'any (y(:) < 0))' rather than 'any (any (y < 0)))'. I checked in your patch here: http://hg.savannah.gnu.org/hgweb/octave/rev/d2f7fb06bce3. Marking as fixed and closing report. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?58216> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |