plt3DIPlot SetIncludeAxesInFit

Sets whether the axes box is kept visible by a fit operation.

Syntax

plt3DIPlot_handle SetIncludeAxesInFit enabled

Application

Tcl Query

Description

In box axis mode, by default, the axes box is included in bounding box calculations, so as to keep it visibile when a fit operation occurs. Turning this flag off causes the plot to appear larger after a fit operation, but parts of the axes box may not be visible.

Inputs

enabled
Keep axes visible, true or false.

Example

To increase the size of the plot, at the potential expense of the axes:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetSurfaceHandle mySurfaceName
myClientName SetIncludeAxesInFit false
myClientName Draw

Error

None.