Mercurial > hg > octave-max
comparison scripts/deprecated/replot.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | 13b4fbd2a58b |
children | 72c96de7a403 |
comparison
equal
deleted
inserted
replaced
11586:12df7854fa7c | 11587:c792872f8942 |
---|---|
24 ## Author: jwe | 24 ## Author: jwe |
25 | 25 |
26 ## Deprecated in version 3.4 | 26 ## Deprecated in version 3.4 |
27 | 27 |
28 function replot () | 28 function replot () |
29 | 29 |
30 persistent warned = false; | 30 persistent warned = false; |
31 if (! warned) | 31 if (! warned) |
32 warned = true; | 32 warned = true; |
33 warning ("Octave:deprecated-function", | 33 warning ("Octave:deprecated-function", |
34 "replot is obsolete and will be removed from a future version of Octave; please use refresh instead"); | 34 "replot is obsolete and will be removed from a future version of Octave; please use refresh instead"); |