-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdjustDisplayByNeon.neon
62 lines (62 loc) · 1.31 KB
/
AdjustDisplayByNeon.neon
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
#canvasWidth: 600
#canvasHeight: 500
canvasBackgroundColor: '#ccccff'
#frameXRatio: 0.8
#frameYRatio: 0.7
#axisColor: '#666666'
#axisWidth: 1
gridColor: '#999999'
#gridWidth: 1
gridXPitch: 2
gridYPitch: 2
gridX: true
gridY: true
xLimitUpper: 12
xLimitLower: 0
yLimitUpper: 12
yLimitLower: 0
plotDiameter: 6
#fontPath: 'fonts/ipaexg.ttf' # IPA ex Gothic 00401
#fontSize: 16
#fontColor: '#333333'
referenceLineX: true
referenceLineXValue: 1.5
referenceLineXWidth: 1
referenceLineXColor: '#009933'
referenceLineY: true
referenceLineYValue: 1.5
referenceLineYWidth: 1
referenceLineYColor: '#009933'
specificationLimitX: true
specificationLimitXLower: 0.5
specificationLimitXUpper: 11.5
specificationLimitXWidth: 1
specificationLimitXColor: '#ff00ff'
specificationLimitY: true
specificationLimitYLower: 0.5
specificationLimitYUpper: 11.5
specificationLimitYWidth: 1
specificationLimitYColor: '#ff00ff'
regressionLine: true
regressionLineWidth: 3
labelX: 'DATA X'
labelY: 'DATA Y'
caption: 'Adjusting the Display By Neon File'
legend: true
legends: [ 'John', 'Jake', 'Hugo', 'Alex', ]
legendWidth: 100
legendFontSize: 10
colors:
- '#3333cc'
- '#cc3333'
- '#339933'
- '#33cccc'
- '#cc3333'
- '#ffcc33'
- '#cccc33'
- '#cc33cc'
regressionLineColors:
- '#2222cc'
- '#cc2222'
- '#22cc22'
- '#22cccc'