Main Content
tightPosition
Description
returns the position of the rectangle that circumscribes the plotting area of the axes
pos
= tightPosition(ax
)ax
. The result is a four-element vector of the form [left
bottom width height]
that describes the position and size of the rectangle in
the units specified in the Units
property of the axes object. By
default, the units are normalized values between 0
and
1
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022b