Mercurial > hg > octave-lyh
diff scripts/plot/newplot.m @ 11589:b0084095098e
missing semicolons in script files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 18:26:09 -0500 |
parents | fd0a3ac60b0e |
children | be7bfd59300a |
line wrap: on
line diff
--- a/scripts/plot/newplot.m +++ b/scripts/plot/newplot.m @@ -34,7 +34,7 @@ case "new" case "add" case "replacechildren" - delete (get (cf, "children")) + delete (get (cf, "children")); case "replace" otherwise error ("newplot: unrecognized nextplot property for current figure"); @@ -52,7 +52,7 @@ case "new" case "add" case "replacechildren" - delete (get (ca, "children")) + delete (get (ca, "children")); case "replace" __go_axes_init__ (ca, "replace"); __request_drawnow__ ();