Mercurial > hg > octave-lyh
diff scripts/plot/newplot.m @ 8102:c066714ee5d5
undo previous change
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 11 Sep 2008 17:01:46 -0400 |
parents | 86955a1559c5 |
children | f6ca8ff51818 |
line wrap: on
line diff
--- a/scripts/plot/newplot.m +++ b/scripts/plot/newplot.m @@ -49,13 +49,8 @@ otherwise error ("newplot: unrecognized nextplot property for current axes"); endswitch - - yt = get (ca, "ylabel"); - if (! strcmp (get (yt, "type"), "text")) - disp("BAD!!!!!"); - get(yt) - endif else print_usage (); endif + endfunction