forked from christabor/flask_jsondash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror_bars.json
82 lines (82 loc) · 2.28 KB
/
error_bars.json
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
{
"data": [
{
"x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1],
"y": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0],
"fill": "tozerox",
"fillcolor": "rgba(0,100,80,0.2)",
"line": {"color": "transparent"},
"name": "Fair",
"showlegend": false,
"type": "scatter"
},
{
"x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1],
"y": [5.5, 3, 5.5, 8, 6, 3, 8, 5, 6, 5.5, 4.75, 5, 4, 7, 2, 4, 7, 4.4, 2, 4.5],
"fill": "tozerox",
"fillcolor": "rgba(0,176,246,0.2)",
"line": {"color": "transparent"},
"name": "Premium",
"showlegend": false,
"type": "scatter"
},
{
"x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1],
"y": [11, 9, 7, 5, 3, 1, 3, 5, 3, 1, -1, 1, 3, 1, -0.5, 1, 3, 5, 7, 9],
"fill": "tozerox",
"fillcolor": "rgba(231,107,243,0.2)",
"line": {"color": "transparent"},
"name": "Fair",
"showlegend": false,
"type": "scatter"
},
{
"x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
"y": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
"line": {"color": "rgb(0,100,80)"},
"mode": "lines",
"name": "Fair",
"type": "scatter"
},
{
"x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
"y": [5, 2.5, 5, 7.5, 5, 2.5, 7.5, 4.5, 5.5, 5],
"line": {"color": "rgb(0,176,246)"},
"mode": "lines",
"name": "Premium",
"type": "scatter"
},
{
"x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
"y": [10, 8, 6, 4, 2, 0, 2, 4, 2, 0],
"line": {"color": "rgb(231,107,243)"},
"mode": "lines",
"name": "Ideal",
"type": "scatter"
}
],
"layout": {
"title": "Continous error bars",
"paper_bgcolor": "rgb(255,255,255)",
"plot_bgcolor": "rgb(229,229,229)",
"xaxis": {
"gridcolor": "rgb(255,255,255)",
"range": [1, 10],
"showgrid": true,
"showline": false,
"showticklabels": true,
"tickcolor": "rgb(127,127,127)",
"ticks": "outside",
"zeroline": false
},
"yaxis": {
"gridcolor": "rgb(255,255,255)",
"showgrid": true,
"showline": false,
"showticklabels": true,
"tickcolor": "rgb(127,127,127)",
"ticks": "outside",
"zeroline": false
}
}
}