IRIS Toolbox Reference Manual

qstyle

Apply styles to graphics object and its descandants

Syntax

qstyle(H,S,...)

Input arguments

Options

Description

The style structure, S, is constructed of any number of nested object-property fields:

S.object.property = value;

The following is the list of standard Matlab grahics objects the top-level fields can refer to:

In addition, you can also refer to the following special instances of objects created by IRIS functions:

The property used as the second-level field is simply any regular Matlab property of the respective object (see Matlab help on graphics).

The value assigned to a particular property can be either of the following:

Example