pwPlottingAddGroup


 pwPlottingAddGroup(variableType, variableIDs, iCouple, groupName)
 pwPlottingAddGroup(variableType, 'clear', iCouple)

 Allows to plot several species into the same subfigure.

 

Arguments for pwPlottingAddGroup

 variableType   string     'a','u','x','y','z'
 variableIDs    IDs array  E.g. {'A', 'B', 'C'}
                           Use 'clear' as the second argument to
                           clear all plotting groups for the
                           selected variableType and couple number.
                           Use 'basicSpecies' to add a group
                           for each existing basic species comprising
                           all involved species.
 iCouple        int        Number of combined couple. Default 1.
 groupName      string     Name for the group, which will be used as
                           the title when plotting the grouped trajectories.

 

Description

 Adds programmatically a group of variables which will be plotted within
 the same subfigure. This can also be done using the equalizer | plotting view.

 

Example

 pwPlottingAddGroup('x', 'clear', 1);
 pwPlottingAddGroup('x', {'A', 'B', 'C'}, 1);
 pwPlottingAddGroup('x', {'C', 'D'}, 1);

See also

pwPlottingSetVisibleIDs
pwPlottingStorePlotSettings