PlotStyle
Usage
• PlotStyle is an option for Plot and ListPlot that specifies the style of lines or points to be plotted.
Notes
• PlotStyle -> style specifies that all objects are to be generated with the specified graphics directive, or list of graphics directives. • PlotStyle -> {{ }, { }, ... } specifies that successive objects generated should use graphics directives  , ... . The styles must be enclosed in lists, perhaps of length one. • The  are used cyclically. • Styles can be specified using graphics directives such as Dashing, Hue and Thickness. • New in Version 1.
|