PyNGL Home > Functions > Graphics routines

Ngl.wmsetp

Sets control parameter values for Ngl.wmxxxx procedures.

Prototype

Ngl.wmsetp(pname, pvalue)

Arguments

pname

Name of the parameter to set.

pvalue

Value of the parameter you want to set.

Return value

   None

Description

This procedure is for setting parameter values for the various Ngl.wmxxxx procedures, like Ngl.wmbarb and Ngl.wmbarbmap. The relevant parameters are: COL, EZF, WBF, WDF, WBA, WBC, WBD, WBS, WBT.

The arguments specify the name of the parameter (a string) and the value it should be set to.

See Also

Ngl.wmgetp, Ngl.wmbarb, Ngl.wmbarbmap

Examples

See wmbarbmap.py (and its output).