is a graphics directive which specifies that points which follow are to be shown if possible as circular regions with absolute diameter d.
AbsolutePointSize
is a graphics directive which specifies that points which follow are to be shown if possible as circular regions with absolute diameter d.
Details
- The absolute diameter is measured in units of printer's points, equal before magnification to
of an inch. - AbsolutePointSize can be used in both two- and three-dimensional graphics, as well as in Style specifications.
- The following symbolic forms for d can be used: Tiny, Small, Medium, and Large.
- The initial default is AbsolutePointSize[3].
Examples
open all close allBasic Examples (2)
Specify the point sizes in units of printer's points:
Table[Graphics[{AbsolutePointSize[d], Point[{0, 0}]}], {d, {0.5, 2, 7, 15}}]Table[Graphics3D[{AbsolutePointSize[d], Point[{0, 0, 0}]}], {d, {0.5, 2, 7, 15}}]Symbolic values for predefined absolute point sizes:
Table[Graphics[{AbsolutePointSize[d], Point[{0, 0}]}], {d, {Tiny, Small, Medium, Large}}]Properties & Relations (2)
AbsolutePointSize defines the point size in units of printer's points:
Graphics[{AbsolutePointSize[15], Point[{0, 0}], Text[Style["15 points", FontSize -> 15], {0, 0.3}]}]PointSize defines the point size as a fraction of the total width of the graphic:
Graphics[{PointSize[0.5], Point[{0, 0}]}, Frame -> True, PlotRangeClipping -> True]See Also
Tech Notes
Related Guides
History
Introduced in 1991 (2.0) | Updated in 1996 (3.0) ▪ 2007 (6.0)
Text
Wolfram Research (1991), AbsolutePointSize, Wolfram Language function, https://reference.wolfram.com/language/ref/AbsolutePointSize.html (updated 2007).
CMS
Wolfram Language. 1991. "AbsolutePointSize." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/AbsolutePointSize.html.
APA
Wolfram Language. (1991). AbsolutePointSize. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AbsolutePointSize.html
BibTeX
@misc{reference.wolfram_2026_absolutepointsize, author="Wolfram Research", title="{AbsolutePointSize}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/AbsolutePointSize.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_absolutepointsize, organization={Wolfram Research}, title={AbsolutePointSize}, year={2007}, url={https://reference.wolfram.com/language/ref/AbsolutePointSize.html}, note=[Accessed: 12-June-2026]}