DOCUMENTATION CENTER SEARCH
Mathematica
>
Combining Graphics
>
Built-in
Mathematica
Symbol
Redrawing and Combining Plots
Tutorials »
|
Inset
GraphicsComplex
GraphicsGrid
ContentSelectable
Selectable
AffineTransform
See Also »
|
Combining Graphics
Symbolic Graphics Language
New in 6.0: Graphics Primitives & Directives
More About »
GraphicsGroup
GraphicsGroup
[{
g
1
,
g
2
,
...
}]
represents a collection of graphics objects grouped together for purposes of interactive selection in a notebook.
MORE INFORMATION
GraphicsGroup
works with both two- and three-dimensional graphics.
A graphics group can typically be created by applying the
Group
item in the
Graphics
menu to a collection of selected graphics.
With the default setting
ContentSelectable
->
Automatic
, double-clicking allows you to select an individual graphics object
g
i
within the group.
With
ContentSelectable
->
False
, individual objects within the group cannot separately be selected, unless they are first explicitly ungrouped.
With
ContentSelectable
->
True
, objects within the group can be selected immediately with a single click.
GraphicsGroup
always defines a level in the hierarchy of a graphics expression, so that for example
Ctrl
+
.
goes to the next enclosing
GraphicsGroup
.
»
EXAMPLES
CLOSE ALL
Basic Examples
(1)
A group of primitives to be selected together:
In[1]:=
In[2]:=
Scope
(2)
Options
(3)
SEE ALSO
Inset
GraphicsComplex
GraphicsGrid
ContentSelectable
Selectable
AffineTransform
TUTORIALS
Redrawing and Combining Plots
MORE ABOUT
Combining Graphics
Symbolic Graphics Language
New in 6.0: Graphics Primitives & Directives
New in 6
© 2008 Wolfram Research, Inc.