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

Point

Updated In 7 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.
  • The option VertexColors->{c1, c2, ...} can be used to specify colors for a collection of points.
  • In 3D, the option VertexNormals->{n1, n2, ...} can be used to specify effective normals for a collection of points, to be used to determine colors of points from lighting.
  • Individual coordinates and lists of coordinates in points can be Dynamic objects.
A single point:
Multiple points:
Points in 3D:
Differently styled points:
A single point:
Multiple points:
Points with different sizes:
Scaled point size:
Point size in printer's points:
Colored points:
Colors can be specified at vertices using VertexColors:
Normals can be specified at vertices using VertexNormals for 3D points:
Use Scaled coordinates:
Use ImageScaled coordinates in 2D:
Use Offset coordinates in 2D:
Point with vertex colors:
Specify vertex colors for 3D points:
Specify vertex normals for 3D points:
Use Point to indicate features, e.g. zeros of a function:
A simple point classification, visualized using Point:
The same idea in 3D:
Visualize the result of cluster analysis:
Replace Polygon with Point to have special rendering effects:
Use ListPlot to visualize 1D sequences:
Use ListPointPlot3D to visualize 2D sequences:
PointSize is a scaled size that refers to the width of the graphic:
Use AbsolutePointSize to control the size:
A random point collection:
Points on the unit sphere with correct normals:
Disperse a grid of points from a moving center:
New in 1 | Last modified in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team