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
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}.
Details
- Offset can be used to specify offsets in any two-dimensional graphics primitive.
- position can be either {x,y}, Scaled[{x,y},…] or ImageScaled[{x,y}].
- 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 the radius of a Circle or Disk or the size of an Inset in printer's points.
Examples
open all close allBasic Examples (1)
Scope (3)
Offset Positions (2)
Offset the center by 10 printer's points:
Graphics[Circle[Offset[{10, 10}, {0, 0}], .5], Frame -> True]Offset scaled coordinates by 10 printer's points:
Graphics[Circle[Offset[{10, 10}, Scaled[{0, .5}]], .5], Frame -> True]Offset image-scaled coordinates by 10 printer's points:
Graphics[Circle[Offset[{10, 10}, ImageScaled[{0, .5}]], .5], Frame -> True]Properties & Relations (2)
Scaled can be used to specify offsets by scaled coordinates:
Graphics[Circle[Scaled[{-.25, .25}, {0, 0}], 1], Frame -> True]ImageScaled can be used to specify offsets by image-scaled coordinates:
Graphics[Circle[ImageScaled[{-.25, .25}, {0, 0}], 1], Frame -> True]Related Guides
History
Introduced in 1996 (3.0)
Text
Wolfram Research (1996), Offset, Wolfram Language function, https://reference.wolfram.com/language/ref/Offset.html.
CMS
Wolfram Language. 1996. "Offset." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Offset.html.
APA
Wolfram Language. (1996). Offset. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Offset.html
BibTeX
@misc{reference.wolfram_2026_offset, author="Wolfram Research", title="{Offset}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/Offset.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_offset, organization={Wolfram Research}, title={Offset}, year={1996}, url={https://reference.wolfram.com/language/ref/Offset.html}, note=[Accessed: 12-June-2026]}