aboutsummaryrefslogtreecommitdiffstats
path: root/include/graph
blob: 8f6c2a2a96c16b8bf9838022f97c722254e14180 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
###############################################################################
#                                                                             #
#   Lout setup file for graph drawing                                         #
#                                                                             #
#   Jeffrey H. Kingston                                                       #
#   5 February 1999                                                           #
#   21 June 2013                                                              #
#                                                                             #
#   This file has been placed in the public domain by its author.             #
#                                                                             #
###############################################################################


###############################################################################
#                                                                             #
#  The @SysInclude { graphf } line                                            #
#                                                                             #
#  This line causes Lout to read the definitions for graphs, and should       #
#  not be touched.                                                            #
#                                                                             #
###############################################################################

@SysInclude { graphf }


###############################################################################
#                                                                             #
#  The @GraphSetup @Use clause                                                #
#                                                                             #
#  To change the default value of any option, delete the # at the start of    #
#  its line and change the value between braces.                              #
#                                                                             #
###############################################################################

@Use { @GraphSetup

  #############################################################################
  #                                                                           #
  #  Options for @Graph only                                                  #
  #                                                                           #
  #############################################################################

  # style		{ frame			}
  # font		{ 			}
  # named xorigin  	{ none			}
  # named yorigin  	{ none			}
  # named xlog     	{ none			}
  # named ylog     	{ none			}
  # width		{ 6.0c			}
  # height		{ 4.0c			}
  # xextra		{ auto			}
  # yextra		{ auto			}
  # xdecreasing		{ no			}
  # ydecreasing		{ no			}
  # leftcaption		{			}
  # rightcaption	{			}
  # abovecaption	{			}
  # belowcaption	{			}
  # leftgap		{ 1.5c			}
  # rightgap		{ 0.5c			}
  # abovegap		{ 0.5c			}
  # belowgap		{ 0.5c			}
  # hidecaptions	{ yes			}
  # xmin		{ none			}
  # xmax		{ none			}
  # ymin		{ none			}
  # ymax 		{ none			}
  # xticksep 		{ none			}
  # yticksep 		{ none			}
  # rticksep 		{ none			}
  # xticks		{ auto 			}
  # yticks		{ auto 			}
  # rticks		{			}
  # xticklength		{ 0.5f			}
  # yticklength		{ 0.5f			}
  # rticklength		{ 0.5f			}
  # objects		{			}
  # save		{ no			}

  #############################################################################
  #                                                                           #
  #  Options for @Graph and @Data                                             #
  #                                                                           #
  #############################################################################

  # points   		{ none			}
  # symbolsize		{ 0.15f			}
  # symbollinewidth	{ currentlinewidth	}
  # pairs    		{ none			}
  # dashlength		{ 0.2f			}
  # linewidth		{ currentlinewidth	}
  # colour		{ none			}
  # paint		{ no			}
  # texture		{ solid			}
  # dataformat		{ xandy			}

  #############################################################################
  #                                                                           #
  #  Options for @GraphCross etc. and @GraphNoLine etc.                       #
  #                                                                           #
  #  Owing to clashes the names of these options differ slightly from the     #
  #  names of the corresponding options of @GraphCross etc. and @GraphNoLine  #
  #  etc. whose default values they are, in being prefixed by an "o".         #
  #                                                                           #
  #############################################################################

  # osymbolsize		{ 0.15f			}
  # osymbollinewidth	{ currentlinewidth	}
  # odashlength		{ 0.2f			}
  # olinewidth		{ currentlinewidth	}
  # olength		{ 1.0f			}
}