holdRetaining or releasing attributes of the plot
hold('on')on.hold on, is not supported.plot() or surf() function is executed, the attribute values remain the same. See the table below for a complete list of retainable attributes.hold('off')off.hold on, is not supported.holdhold| Attributes | Default values |
|---|---|
| Title | No title |
| Grid (on or off) | On |
| Limit mode (auto or manual) | Auto |
| Limit values will be retained if the limit mode is manual; otherwise, they will be automatically generated. | Automatically generated |
| Tick mode (auto or manual) | Auto |
| Tick values will be retained if the tick mode is manual; otherwise, they will be automatically generated. | Automatically generated |
| Axis labels | No labels |
| Legend (on or off; 2D plot only) | Hidden |
| Hold state | Off |