pltIPlot GetUniformAspectRatio
Indicates if the plot is using a uniform aspect ratio.
Syntax
pltIPlot_handle GetUniformAspectRatio
Application
Tcl Query
Description
Returns true or false.
Example
To determine if the current plot is drawn with a uniform aspect ratio (i.e., equal width
and
height):
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWindowName 1
myWindowName GetClientHandle myPlotName
myPlotName GetUniformAspectRatio
Errors
None.