DOCUMENTATION CENTER SEARCH
Mathematica
>
Graphics Objects
>
Built-in
Mathematica
Symbol
Three-Dimensional Graphics Primitives
Three-Dimensional Graphics Directives
The Structure of Graphics
Tutorials »
|
Locator
Inset
PlotMarkers
PointSize
See Also »
|
Graphics Objects
Symbolic Graphics Language
New in 6.0: Graphics Primitives & Directives
More About »
Point
Point
[
coords
]
is a graphics primitive that represents a point.
Point
[{
coords
1
,
coords
2
,
...
}]
represents a collection of points.
MORE INFORMATION
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.
Shading and coloring of points can be specified using
CMYKColor
,
GrayLevel
,
Hue
,
Opacity
or
RGBColor
.
Individual coordinates and lists of coordinates in points can be
Dynamic
objects.
EXAMPLES
CLOSE ALL
Basic Examples
(4)
A single point:
In[1]:=
Out[1]=
Multiple points:
In[1]:=
Out[1]=
Points in 3D:
In[1]:=
Out[1]=
Differently styled points:
In[1]:=
In[2]:=
Out[2]=
Scope
(8)
Applications
(4)
Properties & Relations
(2)
Possible Issues
(1)
Neat Examples
(2)
SEE ALSO
Locator
Inset
PlotMarkers
PointSize
TUTORIALS
Three-Dimensional Graphics Primitives
Three-Dimensional Graphics Directives
The Structure of Graphics
MORE ABOUT
Graphics Objects
Symbolic Graphics Language
New in 6.0: Graphics Primitives & Directives
New in 1 | Last modified in 6
© 2008 Wolfram Research, Inc.