Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Graphics Objects >

Point

Updated In 6 Graphic
Point[coords]
is a graphics primitive that represents a point.
Point[{coords1, coords2, ...}]
represents a collection of points.
  • 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 directive PointSize.
  • Point diameters are not accounted for in hidden surface elimination for three-dimensional graphics.
  • Individual coordinates and lists of coordinates in points can be Dynamic objects.
New in 1 | Last modified in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team