Mercurial > hg > octave-nkf
changeset 18416:052cc933aea6
datetick.m: Add more detail to FIXME note.
* datetick.m: Add detail about why it might be bad to use axes() command in
this function.
author | Rik <rik@octave.org> |
---|---|
date | Thu, 23 Jan 2014 12:53:32 -0800 |
parents | 097202cbe564 |
children | cd897532aaec |
files | scripts/plot/appearance/datetick.m |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/appearance/datetick.m +++ b/scripts/plot/appearance/datetick.m @@ -45,8 +45,8 @@ unwind_protect ## FIXME: This will bring the axes to the top of the stack. - ## This may not always be desirable if there are multiple axes - ## objects. + ## This may not be desirable if there are multiple axes objects, + ## such as can occur with plotyy. axes (hax); __datetick__ (varargin{:}); unwind_protect_cleanup