Mathematica 9 is now available

Point

Usage

Point[coords] is a graphics primitive that represents a point.


Notes

• 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 also: Text.
• New in Version 1; modified in 3.


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.