DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
GridLines
FaceGridsStyle
MeshStyle
See Also »
|
New in 6.0: Graphics & Visualization Options
More About »
GridLinesStyle
GridLinesStyle
is an option for 2D graphics functions that specifies how grid lines should be rendered.
MORE INFORMATION
GridLinesStyle->
style
specifies that all grid lines should be rendered by default with the specified style.
GridLinesStyle->{
xstyle
,
ystyle
}
specifies that
x
and
y
grid lines should use different styles.
»
Styles can be specified using graphics directives such as
Thick
,
Red
,
Dashed
as well as
Thickness
,
RGBColor
,
Dashing
and combinations given by
Directive
.
Style specifications can refer to styles using style names from current stylesheets.
Any outside styles not explicitly overridden by settings in
GridLinesStyle
will still be used.
Explicit styles specified in the settings for
GridLines
can override styles specified in
GridLinesStyle
.
»
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Specify overall grid lines style:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
Scope
(1)
Properties & Relations
(1)
SEE ALSO
GridLines
FaceGridsStyle
MeshStyle
MORE ABOUT
New in 6.0: Graphics & Visualization Options
New in 6
© 2008 Wolfram Research, Inc.