# HG changeset patch # User Rik # Date 1390510412 28800 # Node ID 052cc933aea63a1caffdafd89507de37369a5e4e # Parent 097202cbe564387af64a0dfcc5d24003707d5ad3 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. diff -r 097202cbe564 -r 052cc933aea6 scripts/plot/appearance/datetick.m --- a/scripts/plot/appearance/datetick.m Thu Jan 23 10:44:24 2014 -0800 +++ b/scripts/plot/appearance/datetick.m Thu Jan 23 12:53:32 2014 -0800 @@ -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