PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Ticks
FrameTicksStyle
AxesStyle
LabelStyle
BaseStyle
See Also »
|
New in 6.0: Graphics & Visualization Options
More About »
TicksStyle
TicksStyle
is an option for graphics functions which specifies how ticks should be rendered.
MORE INFORMATION
TicksStyle
gives styles for both tick marks and tick labels.
TicksStyle
can be used in both two- and three-dimensional graphics.
TicksStyle->
style
specifies that all ticks are to be rendered by default with the specified style.
TicksStyle->{
xstyle
,
ystyle
,
...
}
specifies that ticks on different axes should use styles
xstyle
,
...
.
Styles can be specified using graphics directives such as
Thick
,
Red
,
Dashed
as well as
Thickness
,
RGBColor
,
Dashing
and combinations given by
Directive
. Styles can also contain rules for options such as
FontSize
and
FontFamily
.
Style specifications can refer to styles using style names from current stylesheets.
Any outside styles not explicitly overridden by settings in
TicksStyle
will still be used.
Explicit styles specified in the setting for
Ticks
can override styles specified in
TicksStyle
.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Specify overall ticks style, including the tick labels:
In[1]:=
Out[1]=
Specify ticks style for each axis:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
Scope
(3)
Properties & Relations
(5)
SEE ALSO
Ticks
FrameTicksStyle
AxesStyle
LabelStyle
BaseStyle
MORE ABOUT
New in 6.0: Graphics & Visualization Options
New in 6
© 2008 Wolfram Research, Inc.