pwGetModelPlottingConfig


 p = pwGetModelPlottingConfig

 Returns a struct for the highest selected model
 which can be changed in a similar way as when using pwGetConfig
 in order to change visualization settings like
 visibility of single species or groups of species.

 

Example

 In order to show all species except for x1 and x2

 p = pwGetModelPlottingConfig;
 p.invisible.x.IDs = {'x1', 'x2'};
 pwSetModelPlottingConfig(p);

See also

pwGetConfig
pwSetModelPlottingConfig
pwGetModelElement