Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Graphics and Sound /  Basic Options /

PlotStyle

FilledSmallSquare PlotStyle is an option for Plot and ListPlot that specifies the style of lines or points to be plotted.

FilledSmallSquare PlotStyle -> style specifies that all lines or points are to be generated with the specified graphics directive, or list of graphics directives.
FilledSmallSquare PlotStyle -> , , ... specifies that successive lines generated should use graphics directives , ... . The styles must be enclosed in lists, perhaps of length one.
FilledSmallSquare The are used cyclically.
FilledSmallSquare Styles can be specified using graphics directives such as Dashing, Hue and Thickness.
FilledSmallSquare See The Mathematica Book on the web: Section 1.9.3 and Section 2.9.3.
FilledSmallSquare See also: Graphics.