comparison scripts/plot/newplot.m @ 10135:4516a0c97ced

Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
author David Bateman <dbateman@free.fr>
date Wed, 20 Jan 2010 02:52:22 +0100
parents 43a07df0ed4c
children 62ebba45054e
comparison
equal deleted inserted replaced
10134:be13fa20656a 10135:4516a0c97ced
25 25
26 function newplot () 26 function newplot ()
27 27
28 if (nargin == 0) 28 if (nargin == 0)
29 __next_line_color__ (true); 29 __next_line_color__ (true);
30 __next_line_style__ (true);
30 cf = gcf (); 31 cf = gcf ();
31 fnp = get (cf, "nextplot"); 32 fnp = get (cf, "nextplot");
32 switch (fnp) 33 switch (fnp)
33 ## FIXME -- probably we should do more than validate the nextplot 34 ## FIXME -- probably we should do more than validate the nextplot
34 ## property value... 35 ## property value...