Command: modify

Syntax

modify { <elist> ... } {
    <element>=<value> {, <element>=<value> ...
    ...
}

Description

Modify attributes of entities.

Parameters

Switches

Notes

<element>=<value> phrases may be specified one per input line, or on the same input line separated by commas.

Sub-entities of compounds may be modified in isolation from their parent entities.

An entity can also be modified by a redefinition of its entity structure values.

Examples

Modify the pen color of all entities in the these group.

modify { color=red }

Modify the fill color and linestyle of two entities.

modify fred, my_face {
    fill=blue, ls=dot_dash
}

See Also

Commands:

color, entity, fillstyle, group, linestyle, markerstyle, textstyle

Identifiers:

current_filter (filter), these (group)

Structures:

entity