group
Group multiple objects together.
Syntax
Section titled “Syntax”group(hPlot, hObj1, hObj2, ...)Description
Section titled “Description”Groups the named objects (passed as handles or names) on the plot hPlot so that subsequent operations (move, delete, style) treat them as a single unit.
MathJet-specific (see Reference > Visualization > Selecting > interactive grouping).
Example
Section titled “Example”group(hPlot, h1, h2, h3)