Centerfigure: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
 
imported>Neal
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
===Purpose===
===Purpose===
Places a given figure into a centered default position.
Places a given figure into a centered default position.
===Synopsis===
===Synopsis===
:centerfigure(fig)
:centerfigure(fig)
:centerfigure(fig,targfig)
:centerfigure(fig,''targfig'')
 
===Description===
===Description===
Given a figure handle, CENTERFIGURE positions the figure based on the height and width of the figure and the default figure position.
 
If second input 'targfig' is given then CENTERFIGURE tries to place the fig centered on top of targfig.
Given a figure handle, (fig), CENTERFIGURE positions the figure based on the height and width of the figure and the default figure position.
 
If input (targfig) is given then CENTERFIGURE tries to place the fig centered on top of targfig.
 
===See Also===
===See Also===
[[positionmanager]]
[[positionmanager]]

Latest revision as of 16:31, 25 September 2008

Purpose

Places a given figure into a centered default position.

Synopsis

centerfigure(fig)
centerfigure(fig,targfig)

Description

Given a figure handle, (fig), CENTERFIGURE positions the figure based on the height and width of the figure and the default figure position.

If input (targfig) is given then CENTERFIGURE tries to place the fig centered on top of targfig.

See Also

positionmanager