Mercurial > hg > octave-lyh
changeset 17442:c39fa414b5ab
__scatter__.m: Add comment that call to __next_line_color__ must precede hggroup().
* scripts/plot/private/__scatter__.m: Add comment that call to
__next_line_color__ must precede hggroup().
author | Rik <rik@octave.org> |
---|---|
date | Wed, 18 Sep 2013 16:04:05 -0700 |
parents | 2973de961a66 |
children | 4a6a4657fdf2 |
files | scripts/plot/private/__scatter__.m |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/private/__scatter__.m +++ b/scripts/plot/private/__scatter__.m @@ -119,6 +119,7 @@ c = __next_line_color__ (); endif + ## Must occur after __next_line_color__ in order to work correctly. hg = hggroup (); newargs = __add_datasource__ (fcn, hg, {"x", "y", "z", "c", "size"}, newargs{:});