IRIS Toolbox Reference Manual

movetosubplot

Move an existing axes object or legend to specified subplot position

Syntax

Ax = grfun.movetosubplot(Ax,M,N,P)
Ax = grfun.movetosubplot(Ax,'bottom')
Ax = grfun.movetosubplot(Ax,'top')

Input arguments

Output arguments

Description

The syntax with 'bottom' and 'top' places the axes centered at, respectively, the bottom or top of the figure window.

Example