PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Graphics Directives
>
Built-in
Mathematica
Symbol
Graphics
Style
PlotStyle
See Also »
|
Combining Graphics
Graphics Directives
More About »
Directive
Directive
[
g
1
,
g
2
,
...
]
represents a single graphics directive composed of the directives
g
1
,
g
2
,
...
.
MORE INFORMATION
Any directives supported by
Graphics
or
Graphics3D
can appear inside
Directive
.
Directive
[{
g
1
,
g
2
,
...
}]
is equivalent to
Directive
[
g
1
,
g
2
,
...
]
.
EXAMPLES
CLOSE ALL
Basic Examples
(4)
Give composite directives for primitives in a graphic:
In[1]:=
Out[1]=
Give a composite directive for a single curve or surface in a plot:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
Give a composite directive for each curve in a plot:
In[1]:=
Out[1]=
Combine font styles:
In[1]:=
Out[1]=
Neat Examples
(1)
SEE ALSO
Graphics
Style
PlotStyle
MORE ABOUT
Combining Graphics
Graphics Directives
New in 6
© 2008 Wolfram Research, Inc.