-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhl_config.txt
43 lines (34 loc) · 1.53 KB
/
hl_config.txt
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
# the parameters for fine tune the graph.
# the basic
bandwidth = 10 # default = 10
bandspacing = 5 # default = 5, on each side.
fontsize = 70 # recommend 50-100
smallestFontSize=50 # default = 50, the limit for the smallest font size.
# for a level
auxBandLimit = 2 # default = 2, gam cross band > auxBandLimit, use aux line
auxlineExt = 0 # default = 0, it will extend the aux dash line.
lvlshrink = 0.2 # default = 0.2, to shrink 20% on each side for a lvl.
levelDigit = 0 # default = 0. if 500.1, we show it as "500" for 0 digit.
lvlEngYOffset= -15 # default = 0
lvlSpinYOffset=-15 # default = 0
# for a gamma
arrowAdjust = 3.0 # default = 1. arrow's shift *= arrowAdjust
arrowLength = 1.0 # default = 1.0
minorShift = 0.1 # default = 0.1 the minor shift for gams in a y group.
gamCrosstxtRot = 1 # default = 1 to rotate the text.
# for gamma label
gamLabeLXOffset= 1.0 # default = 1.0 use it to adjust the X offset of a label.
gamLabeLYOffset= 1.0 # default = 0.5 use it to adjust the Y offset of a label.
gamLabeLXLinear= 1.2 # default = 1.1
gamLabeLYLinear= 10 # default = 1.0
# for the output
outformat = PS # default = PS ( PS, EPS, PNG )
openXmgrace = 0 # default = 1 ( 1: to open, 0: not to open xmgrace)
outputWidth = 800 # default = 800
outputHeight = 600 # default = 600
verbose = 0 # default = 1
# page view coners
cornerxmin = 0.05 #default = 0.02
cornerymin = 0.06 #default = 0.02
cornerxmax = 1.27 #default = 1.30
cornerymax = 0.95 #default = 0.97