# HG changeset patch # User Rik # Date 1379545445 25200 # Node ID c39fa414b5abe20777e349ac3365386a9d6f7ea0 # Parent 2973de961a660d4bc6ce8c643f3f31f94befc271 __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(). diff -r 2973de961a66 -r c39fa414b5ab scripts/plot/private/__scatter__.m --- a/scripts/plot/private/__scatter__.m Wed Sep 18 13:01:48 2013 -0700 +++ b/scripts/plot/private/__scatter__.m Wed Sep 18 16:04:05 2013 -0700 @@ -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{:});