|
Point
Point[coords] is a graphics primitive that represents a point.
The coordinates can be given either in the ordinary form x, y or x, y, z or in scaled form Scaled[ x, y ] or Scaled[ x, y, z ].
Offset can be used to specify coordinates in two dimensions.
Points are rendered if possible as circular regions. Their diameters can be specified using the graphics primitive PointSize.
Point diameters are not accounted for in hidden surface elimination for three-dimensional graphics.
Shading and coloring of points can be specified using CMYKColor, GrayLevel, Hue or RGBColor.
See Section 2.10.2 and Section 2.10.8.
See also: Text.
New in Version 1; modified in 3.
Further Examples
|