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:

Special object names

In addition to standard Matlab graphics object names, 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:

Setting font size

Font size (in objects like axes, title, etc.) can be set to either a numeric scalar (which is the default Matlab behavior) or a character string describing a numerical value followed by a percent sign, such as '150%'. In that case, the font size will be set to the corresponding percentage of the current size.

Example