-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdjustDisplayByNeon.neon
95 lines (80 loc) · 2.07 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
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
# Configuration for BoxplotExample.php
dataSet:
'John': [
1st: [75, 82, 96, 43, 78, 91, 84, 87, 93]
2nd: [66, 74, 62, 100, 72, 68, 59, 76, 65]
3rd: [56, 0, 45, 76, 58, 52, 13, 48, 54, 68]
4th: [68, 32, 56, 92, 67, 72, 45, 76, 48, 73]
5th: [70, 58, 62, 88, 62, 68, 56, 63, 64, 78]
]
'Jake': [
'test#1': [62, 35, 48, 43, 56, 78, 32, 24, 29]
'test#2': [37, 92, 56, 36, 14, 86, 41, 58, 47]
'test#3': [49, 83, 0, 48, 64, 73, 50, 46, 38, 92]
'test#4': [53, 44, 34, 51, 74, 68, 53, 86, 24, 66]
'test#5': [83, 61, 55, 96, 87, 46, 21, 19, 88, 68]
]
'Hugo': [
'test01': [73, 36, 0, 11, 40, 76, 24, 46, 83]
'test02': [69, 42, 76, 8, 92, 84, 45, 34, 67]
'test03': [100, 46, 34, 77, 85, 47, 91, 85, 66, 79]
'test04': [0, 14, 32, 24, 54, 44, 56, 32, 59, 38]
'test05': [69, 84, 65, 42, 33, 80, 74, 54, 75, 56]
]
limitUpper: 100
limitLower: 0
#canvasWidth: 600
#canvasHeight: 400
canvasBackgroundColor: '#333399'
#frameXRatio: 0.7
#frameYRatio: 0.6
axisColor: '#999999'
axisWidth: 2
#gridColor: '#cccccc'
#gridWidth: 1
gridHeightPitch: 10
gridVertical: true
#boxWidth: 20
#boxBackgroundColors:
# - '#9999cc'
# - '#cc9999'
# - '#99cc99'
# - '#99cccc'
# - '#cc6666'
# - '#ffcc99'
# - '#cccc99'
# - '#cc99cc'
#boxBorderColor: '#3333cc'
#boxBorderWidth: 1
whiskerColor: '#ffff00'
#whiskerWidth: 1
#fontPath: 'fonts/ipaexg.ttf' # IPA ex Gothic 00401
#fontSize: 16
fontColor: '#cccccc'
outlier: true
#outlierDiameter: 2
#outlierColor: '#ff0000'
#jitter: true
#jitterColor: '#009900'
#jitterDiameter: 2
mean: true
#meanColor: '#ff0000'
#labels: [ '1st', '2nd', '3rd', '4th', '5th' ]
labelX: 'Achievement Test'
labelY: 'Score'
caption: 'Adjusting the Display By Neon File'
legend: true
legendBackgroundColor: '#666666'
#legends: [ 'John', 'Jake', 'Hugo', ]
legendWidth: 100
legendFontSize: 10
# Default Color Set
#colors:
# - '#9999cc'
# - '#cc9999'
# - '#99cc99'
# - '#99cccc'
# - '#cc6666'
# - '#ffcc99'
# - '#cccc99'
# - '#cc99cc'