diff scripts/plot/isfigure.m @ 17123:bcada0a4f8a7

isaxes.m: New function to determine if object is axes handle. * scripts/plot/isaxes.m: New function. * scripts/plot/module.mk: Add function to build system. * NEWS: Announce new function. * doc/interpreter/plot.txi: Add function to manual. * libinterp/corefcn/graphics.cc(Fishandle), scripts/plot/isfigure.m: Update seealso links to mention isaxes.
author Rik <rik@octave.org>
date Wed, 31 Jul 2013 14:18:00 -0700
parents 60228ef13f20
children
line wrap: on
line diff
--- a/scripts/plot/isfigure.m
+++ b/scripts/plot/isfigure.m
@@ -23,7 +23,7 @@
 ## If @var{h} is a matrix then return a logical array which is true where
 ## the elements of @var{h} are figure graphics handles and false where
 ## they are not.
-## @seealso{ishandle}
+## @seealso{isaxes, ishandle}
 ## @end deftypefn
 
 ## Author: jwe