1 |
* |
2 |
* $Id$ |
3 |
* |
4 |
* $Log$ |
5 |
* |
6 |
* |
7 |
* xgraphics.inc |
8 |
* |
9 |
*CMZ : 3.00/00 02/05/2001 20.42.25 by Unknown |
10 |
*-- Author : |
11 |
*----------------------------------------------------------------------- |
12 |
* GRADAT - Common block storing some data relevant for graphics. |
13 |
* VARIABLES : LGRID : Plot grid lines. |
14 |
* LOGX : Plot x-axis on logarithmic scale. |
15 |
* LOGY : Plot y-axis on logarithmic scale. |
16 |
* STAMP : Stamp placed on plots when complete. |
17 |
* LSTAMP : Put a time stamp on the plots. |
18 |
* LWAITB : Wait before a plot is made. |
19 |
* LWAITA : Wait after a plot has been made. |
20 |
* LGCLRB : Clear graphics window before a plot. |
21 |
* LGCLRA : Clear graphics window after a plot. |
22 |
* LXCCH : Execute control characters. |
23 |
* WKNAME : Name of the workstations. |
24 |
* WKATTR : Attributes - not yet used. |
25 |
* WKLUN : Logical unit associated with a workstation |
26 |
* WKFREF : Pointer for file name used by STRBUF. |
27 |
* WKCON : Connection identifier of a workstation. |
28 |
* WKID : Workstation type of a workstation. |
29 |
* WKSTAT : Workstation state: 0 - not known |
30 |
* 1 - defined, 2 - open, 3 - active. |
31 |
* USERXn/Yn : WC of the whole plot |
32 |
* FRX/YMINMAX : WC of the box |
33 |
* GPXN : Distance between x-axis and numbers |
34 |
* GPXN10 : Distance between x-axis and powers of 10 |
35 |
* GPYN : Distance between y-axis and numbers |
36 |
* GPYN10 : Distance between y-axis and powers of 10 |
37 |
* GPXL : Distance between x-frame and label |
38 |
* GPYL : Distance between y-frame and label |
39 |
* GPXT : Distance between x-frame and title |
40 |
* DISPX0 : (Like .X1, .Y0 and .Y1) display area. |
41 |
* (Last changed on 9/ 9/99.) |
42 |
*----------------------------------------------------------------------- |