Mathematica 9 is now available

Scaled

Usage

Scaled[{x, y, ... }] gives the position of a graphical object in terms of coordinates scaled to run from 0 to 1 across the whole plot range in each direction.
Scaled[{dx, dy, ... }, { ,  , ... }] gives a position obtained by starting at ordinary coordinates { ,  , ... }, then moving by a scaled offset {dx, dy, ... }.


Notes

Scaled can be used to specify scaled coordinates in any two- or three-dimensional graphics primitive.
• You can use Scaled to represent objects that occupy a fixed region in a plot, independent of the specific range of coordinates in the plot.
Scaled refers only to the region of a plot defined by its PlotRange. It does not take account of elements such as tick labels, or of margins introduced by PlotRegion.
• See also: PlotRange, PlotRegion, Offset, Rescale.
• New in Version 1.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.