DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
The Structure of Graphics
Tutorials »
|
AbsoluteOptions
InputForm
See Also »
FullGraphics
FullGraphics
[
g
]
takes a graphics object, and generates a new one in which objects specified by graphics options are given as explicit lists of graphics primitives.
MORE INFORMATION
FullGraphics
generates explicit graphics primitives for objects specified by options such as
Axes
,
Ticks
, etc.
FullGraphics
[
g
]
should display the same as
g
, though it may have a different internal structure.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
In[1]:=
Out[1]//InputForm=
Generate explicit graphics primitives for everything, including the frame:
In[2]:=
Out[2]//InputForm=
SEE ALSO
AbsoluteOptions
InputForm
TUTORIALS
The Structure of Graphics
New in 2
© 2008 Wolfram Research, Inc.