Function Reference: Volume 3 (P-Z) - The MathWorks - #651

/ 1696


catalogue search
P. 651
P. 652
P. 653
P. 654
P. 655
P. 656
P. 657
P. 658
P. 659
P. 660
P. 661
P. 662
P. 663
P. 664
P. 665
P. 666
P. 667
P. 668
P. 669
P. 670
P. 671
P. 672
P. 673
P. 674
P. 675
P. 676
P. 677
P. 678
P. 679
P. 680
P. 681
P. 682
P. 683
P. 684
P. 685
P. 686
P. 687
P. 688
P. 689
P. 690
P. 691
P. 692
P. 693
P. 694
P. 695
P. 696
P. 697
P. 698
P. 699
P. 700


See other catalogues for The MathWorks

Text version of the page
Scattergroup Properties
Note If you change one data source property to a variable that contains data of a different dimension, you might cause the function to generate a warning and not render the graph until you have changed all data source properties to appropriate values.
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)
2-2935

pageCatalog pdf di En 2012-06-22-01