| Children array of graphics object handles Children of this object. The handle of a patch object that is the child of this object (whether visible or not). Note that if a child object's HandleVisibility property is set to callback or off, its handle does not show up in this object's Children property unless you set the root ShowHiddenHandles property to on: set(0, 'ShowHiddenHandlesVon') Clipping {on} | off Clipping mode. MATLAB clips graphs to the axes plot box by default. If you set Clipping to off, portionsofgraphscan be displayed outside the axes plot box. This can occur ifyou create a plot object, set hold to on, freeze axis scaling (axis manual), and then create a larger plot object. CreateFcn string or function handle Callback routine executed during object creation. This property defines a callback that executes when MATLAB creates an object. You must specify the callback during the creation of the object. For example, area(y,'CreateFcn' ,@CallbackFcn) |