The plot is produced within the current graphics database picture, and may be aligned with an existing DATA picture if the existing picture contains suitable co-ordinate Frame information (see parameter CLEAR).
Annotated axes can be produced (see parameter AXES), and the appearance of the axes can be controlled in detail (see parameter STYLE). The axes show co-ordinates in the co-ordinate Frame specified by parameter FRAME.
A key to the vector scale can be displayed to the right of the vector map (see parameter KEY). The appearance and position of this key may be controlled using parameters KEYSTYLE and KEYPOS.
A comma-separated list of strings should be given in which each
string is either an attribute setting, or the name of a text file
preceded by an up-arrow character "
". Such text files should
contain further comma-separated lists which will be read and
interpreted in the same manner. Attribute settings are applied in
the order in which they occur within the list, with later settings
over-riding any earlier settings given for the same attribute.
Each individual attribute setting should be of the form:
name
=
value
where
name
is the name of a plotting attribute, and
value
is
the value to assign to the attribute. Default values will be
used for any unspecified attributes. All attributes will be
defaulted if a null value (!) is supplied. See section "Plotting
Attributes" in SUN/95 for a description of the available
attributes. Any unrecognised attributes are ignored (no error is
reported).
By default the key starts with two lines of text, the first being "Vector scale:" and the second giving a numerical value for the scale in units per centimetre. These two lines may be replaced by assigning alternative text to the Title attribute using this parameter. If no text is required, either assign a blank value for Title, or set the DrawTitle attribute to zero.
The appearance of the text in the key is controlled using "String" attributes (e.g. COLOUR(STRINGS), FONT(STRINGS), etc - the synonym TEXT can be used in place of STRINGS). Note, the Size attribute specifies the size of key text relative to the size of the numerical labels on the vector map axes. Thus a value of 2.0 for Size will result in text which is twice the size of the numerical axis labels. The appearance of the example vector is controlled using "Curve" attributes (e.g. COLOUR(CURVES), etc - the synonym VECTOR can be used in place of CURVES). The numerical scale value is formatted as an axis 1 value (using attributes FORMAT(1), DIGITS(1), etc - the synonym SCALE can be used in place of the value 1). The length of the example vector is formatted as an axis 2 value (using attribute FORMAT(2), etc - the synonym VECTOR can be used in place of the value 2). The vertical space between lines in the key can be controlled using attribute TextLabGap. A value of 1.0 is used if no value is set for this attribute, and produces default vertical spacing. Values larger than 1.0 increase the vertical space, and values less than 1.0 decrease the vertical space. [current value]
A comma-separated list of strings should be given in which each
string is either an attribute setting, or the name of a text file
preceded by an up-arrow character "
". Such text files should
contain further comma-separated lists which will be read and
interpreted in the same manner. Attribute settings are applied in
the order in which they occur within the list, with later settings
over-riding any earlier settings given for the same attribute.
Each individual attribute setting should be of the form:
name
=
value
where
name
is the name of a plotting attribute, and
value
is
the value to assign to the attribute. Default values will be
used for any unspecified attributes. All attributes will be
defaulted if a null value (!) is supplied. See section "Plotting
Attributes" in SUN/95 for a description of the available
attributes. Any unrecognised attributes are ignored (no error is
reported).
The appearance of the vectors is controlled by the attributes Colour(Curves), Width(Curves), etc (the synonym Vectors may be used in place of Curves). [current value]
title = My favorite colours grid = 1 minticklen = 0 colour(border) = green colour(grid) = blue colour(vec) = red width(border) = 0.05
then the title is set to "My favourite colours"; a grid is drawn across the plot instead of tick marks around the edge; the border, grid and vectors are drawn in green, blue and red respectively, and slightly thicker lines are used to draw the border.
POLPACK