|
SOLUTIONS
|
Mathematica
>
Visualization and Graphics
>
Data Visualization
>
Annotating & Combining Graphics
>
Combining Graphics
>
GraphicsGroup
BUILT-IN MATHEMATICA SYMBOL
GraphicsGroup
GraphicsGroup[{g1, g2, ...}]
represents a collection of graphics objects grouped together for purposes of interactive selection in a notebook.
Details and OptionsDetails and Options
- 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
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. »
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
A group of primitives to be selected together:
| In[1]:= |
| Out[1]= | ![]() |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

