vis/util/
mg_constants.pro
Routines
top mg_constants
mg_constants
Defines constants for values of LINESTYLE, PSYM, and [XYZ]STYLE keywords.
This routine defines a system variable !mg which contains constants for the LINESTYLE keyword to direct graphics routines or the LINESTYLE property of object graphics classes:
IDL> help, !mg.linestyle, /structures
** Structure <172b228>, 7 tags, length=14, data length=14, refs=2:
SOLID INT 0
DOTTED INT 1
DASHED INT 2
DASHDOT INT 3
DASHDOTDOT INT 4
LONGDASHES INT 5
NOLINE INT 6
IDL> help, !mg.psym, /structures
** Structure <1887e08>, 11 tags, length=22, data length=22, refs=2:
PLUSSIGN INT 1
ASTERISK INT 2
PERIOD INT 3
DIAMOND INT 4
TRIANGLE INT 5
SQUARE INT 6
X INT 7
USERDEFINED INT 8
GREATERTHAN INT 8
LESSTHAN INT 9
HISTOGRAM INT 10
IDL> help, !mg.style, /structures
** Structure <1729be8>, 5 tags, length=10, data length=10, refs=2:
EXACT INT 1
EXTEND INT 2
SUPPRESS INT 4
SUPPRESSBOX INT 8
INHIBITYZERO INT 16
File attributes
Modification date: | Wed May 14 15:07:15 2014 |
Lines: | 28 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.