|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
PlotStyle
PlotStyle
is an option for plotting and related functions that specifies styles in which objects are to be drawn.
DetailsDetails
- PlotStyle->g specifies that a graphics directive g should be used to draw all the main objects in a plot.
- PlotStyle->{g1, g2, ...} specifies that successive directives
should be used cyclically for successive objects. - The directives that can be given include:
-
Dashing[{w1,...}] dashing specification Directive[g1,g2,...] composite graphics directive EdgeForm[g] edge-drawing specification FaceForm[g] face-drawing specification Glow[c] glow color GrayLevel[i] intensity Hue[h] hue Opacity[a] opacity PointSize[d] point size Red, Blue, etc. named colors RGBColor[r,g,b] RGB color Specularity[s] surface specularity Thickness[w] line thickness - For individual
, a list of directives is equivalent to Directive[...]. For a single g, a list of directives must be given as {list}. - PlotStyle can apply to points, lines and surfaces.
- PlotStyle->None specifies that the main objects in a plot should not be drawn explicitly, though mesh and filling are not affected.
- If an explicit setting is given for ColorFunction, MeshShading or ContourShading, it is used in preference to the setting for PlotStyle.
ExamplesExamplesopen allclose all
Basic Examples (5)Basic Examples (5)
New in 1 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »








