Mercurial > hg > octave-lyh
comparison scripts/plot/newplot.m @ 8252:b12a2975bf7e
newplot.m: delete stray debugging code
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 21 Oct 2008 15:14:13 -0400 |
parents | 53dbbd331498 |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8251:8067a06c901c | 8252:b12a2975bf7e |
---|---|
47 __go_axes_init__ (ca, "replace"); | 47 __go_axes_init__ (ca, "replace"); |
48 __request_drawnow__ (); | 48 __request_drawnow__ (); |
49 otherwise | 49 otherwise |
50 error ("newplot: unrecognized nextplot property for current axes"); | 50 error ("newplot: unrecognized nextplot property for current axes"); |
51 endswitch | 51 endswitch |
52 | |
53 yt = get (ca, "ylabel"); | |
54 if (! strcmp (get (yt, "type"), "text")) | |
55 disp("BAD!!!!!"); | |
56 get(yt) | |
57 endif | |
58 else | 52 else |
59 print_usage (); | 53 print_usage (); |
60 endif | 54 endif |
55 | |
61 endfunction | 56 endfunction |