Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Visualization and Graphics > Graphics Options & Styling > Graphics Coordinates >
Mathematica > Visualization and Graphics > Symbolic Graphics Language > Graphics Coordinates >

Offset

Offset[{dx, dy}, position]
gives the position of a graphical object obtained by starting at the specified position and then moving by absolute offset {dx, dy}.
  • Offset can be used to specify offsets in any two-dimensional graphics primitive.
  • The offset is measured in units of printer's points, equal before magnification to of an inch.
  • Offset[{dx, dy}] can be used to specify an absolute radius in a Circle or Disk object.
Offset coordinates by printer's points:
Set radii by printer's points:
Offset coordinates by printer's points:
In[1]:=
Click for copyable input
Out[1]=
Set radii by printer's points:
In[2]:=
Click for copyable input
Out[2]=
Offset the center by 10 printer's points:
Offset scaled coordinates by 10 printer's points:
Offset image-scaled coordinates by 10 printer's points:
Set radii by printer's points:
Scaled can be used to specify offsets by scaled coordinates:
ImageScaled can be used to specify offsets by image-scaled coordinates:
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team