Centerfigure: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Neal No edit summary |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Line 7: | Line 6: | ||
: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. | Given a figure handle, (fig), CENTERFIGURE positions the figure based on the height and width of the figure and the default figure position. | ||
If | 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.