Resource: plot_format
| Resource | plot_format | 
| Command Line | -fm=format | 
| Environment Variable | wxpformat | 
| Default Value | None | 
This resource is used to format plotted data. The formatting attributes are the following. Multiple attributes can be specified if separated by a colon ":".
| Attribute | Description | ||||||||||||||||||||||||
| tx=text | Plot this text at each station location. | ||||||||||||||||||||||||
| mk=type | Plot this type of marker at each station location. Possible values for type are: dot, pnt, plus, star, crcl, x, sqr, tri | ||||||||||||||||||||||||
| %format | Specifies the printed format of the data. This is a full C format such as "%7.2f". | ||||||||||||||||||||||||
| ul, uc, ur, tl, tc, tr, cl, cc, cr, bl, bc, br, ll, lc, lr | Specifies the plotting offset (select one) 
 | ||||||||||||||||||||||||
| xy=x:y | Specifies the absolute plotting offset. The X and Y values are multiplied by .012. | ||||||||||||||||||||||||
| sf=file | Specifies the symbol file to use in interpretting the data. The string data is passed to the symbol plotting routine and this file is used to plot the actual symbol. | ||||||||||||||||||||||||
| sk=skip | Specifies a plotting skip factor. If not all values are to be plotted, this skip factor can be specified to only plot every skip values. | ||||||||||||||||||||||||
| co=color | Specifies the color. This is the color name from the color table. If this is the first attribute, the "co=" may be omitted. | ||||||||||||||||||||||||
| wi=width | Specifies the width of lines. This includes lines used in text and markers. The default value is 1.0. | ||||||||||||||||||||||||
| st=style | Specifies the style of lines.  Possible values are: 
 | ||||||||||||||||||||||||
| fo=font | Specifies the font number. See the font_list resource. | ||||||||||||||||||||||||
| fi=fill fp=fill | Specifies the fill pattern. Possible values are: 
 | ||||||||||||||||||||||||
| sc=scale | Specifies the scale factor. Most drawn data is scaled by this parameter. The default value is 1.0. | ||||||||||||||||||||||||
| hi=height | This is the height of text and the size of markers. The default value is 1.0. | ||||||||||||||||||||||||
| te=expan | Specifies the text expansion factor. This controls how wide text is plotted. An expansion factor greater than 1 results in fat text. A value less than 1 results in thin text. The default value is 1.0. | ||||||||||||||||||||||||
| ta=HV | Specifies the text alignment in the horizontal (H) and the vertical (V).
    Possible values for H are: 
 Possible value for V are: 
 | 
Last updated July 30, 1998