Mathematica 9 is now available

PointRectangle

Line

FilledSmallSquareLine[, , ... ] is a graphics primitive which represents a line joining a sequence of points.

FilledSmallSquareLine can be used in both Graphics and Graphics3D (two- and three-dimensional graphics).

FilledSmallSquare The positions of points can be specified either in ordinary coordinates, as x, y or x, y, z, or in scaled coordinates as Scaled[x, y] or Scaled[x, y, z].

FilledSmallSquareOffset can be used to specify coordinates in two dimensions.

FilledSmallSquare The line consists of a sequence of straight segments joining the specified points.

FilledSmallSquare Line thickness can be specified using Thickness or AbsoluteThickness.

FilledSmallSquare Line dashing can be specified using Dashing or AbsoluteDashing.

FilledSmallSquare Line shading or coloring can be specified using CMYKColor, GrayLevel, Hue or RGBColor.

FilledSmallSquare See The Mathematica Book: Section 2.9.2 and Section 2.9.8.

FilledSmallSquare See also: Polygon, PlotJoined.

FilledSmallSquare Related packages: Graphics`Arrow`, Graphics`Spline`.

Further Examples

PointRectangle



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.