forked from plotly/plotly.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gl2d_fill_trace_tozero_order.json
141 lines (141 loc) · 4.59 KB
/
gl2d_fill_trace_tozero_order.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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"data": [
{
"x": [null, 3 , 3, null, null ],
"y": [ 25,30,35,40 ,50 ],
"type": "scattergl",
"fill": "tozerox",
"mode": "none",
"showlegend": true, "xaxis": "x", "yaxis": "y" ,
"fillcolor": "#FF69B4",
"line": { "color": "#FF69B4" }
},
{
"x": [ null, null, null, 5, 5 ],
"y": [ 25,30,35,40 ,50 ],
"type": "scattergl",
"fill": "tozerox",
"mode": "markers+lines",
"showlegend": true, "xaxis": "x", "yaxis": "y" ,
"fillcolor": "#202ff0",
"line": { "color": "#101ff0" }
},
{
"x": [null, 3 , 3, null, null ],
"y": [ 25,30,35,40 ,50 ],
"type": "scatter",
"fill": "tozerox",
"mode": "none",
"showlegend": true, "xaxis": "x2", "yaxis": "y2" ,
"fillcolor": "#DD5792",
"line": { "color": "#DD5792" }
},
{
"x": [ null, null, null, 5, 5 ],
"y": [ 25,30,35,40 ,50 ],
"type": "scatter",
"fill": "tozerox",
"mode": "markers+lines",
"showlegend": true, "xaxis": "x2", "yaxis": "y2" ,
"fillcolor": "#000fd0",
"line": { "color": "#0000d0" }
},
{
"x": [ 1, 2, 3, 4, 5 ],
"y": [ null, 50, 50,null ,null ],
"type": "scattergl",
"fill": "tozeroy",
"mode": "none",
"showlegend": true, "xaxis": "x3", "yaxis": "y3" ,
"fillcolor": "#80aa70",
"line": { "color": "#80aa70" }
},
{
"x": [ 1, 2, 3, 4, 5 ],
"y": [null ,null ,null , 50, 50 ],
"type": "scattergl",
"fill": "tozeroy",
"mode": "markers+lines",
"showlegend": true, "xaxis": "x3", "yaxis": "y3" ,
"fillcolor": "#f09090",
"line": { "color": "#e0b0b0" }
},
{
"x": [ 1, 2, 3, 4, 5 ],
"y": [ null, 50, 50,null ,null ],
"type": "scatter",
"fill": "tozeroy",
"mode": "none",
"showlegend": true, "xaxis": "x4", "yaxis": "y4" ,
"fillcolor": "#608a50",
"line": { "color": "#608a50" }
},
{
"x": [ 1, 2, 3, 4, 5 ],
"y": [null ,null ,null , 50, 50 ],
"type": "scatter",
"fill": "tozeroy",
"mode": "markers+lines",
"showlegend": true, "xaxis": "x4", "yaxis": "y4" ,
"fillcolor": "#e07070",
"line": { "color": "#c09090" }
},
{
"x": [ 1, 1, 2, 3, 4, 5,5 ],
"y": [ 0,25,25,25,25,25,0 ],
"type": "scattergl",
"fill": "tozeroy",
"mode": "markers+lines",
"showlegend": true, "xaxis": "x5", "yaxis": "y5" ,
"fillcolor": "#f02f20",
"line": { "color": "#f01f10" }
},
{
"x": [ 1, 2, 2, 3, 4, 4,5 ],
"y": [ 0, 0,50,50,50, 0,0 ],
"type": "scattergl",
"fill": "tozeroy",
"mode": "none",
"showlegend": true, "xaxis": "x5", "yaxis": "y5" ,
"fillcolor": "#90ff70",
"line": { "color": "#90ff70" }
},
{
"x": [ 1, 1, 2, 3, 4, 5,5 ],
"y": [ 0,25,25,25,25,25,0 ],
"type": "scatter",
"fill": "tozeroy",
"mode": "markers+lines",
"showlegend": true, "xaxis": "x6", "yaxis": "y6" ,
"fillcolor": "#d00f00",
"line": { "color": "#d00000" }
},
{
"x": [ 1, 2, 2, 3, 4, 4,5 ],
"y": [ 0, 0,50,50,50, 0,0 ],
"type": "scatter",
"fill": "tozeroy",
"mode": "none",
"showlegend": true, "xaxis": "x6", "yaxis": "y6" ,
"fillcolor": "#70df50",
"line": { "color": "#70df50" }
}
],
"layout": {
"width": 800,"height": 800,
"margin": {"l": 60, "r": 60, "t": 60, "b": 60},
"grid": {"columns": 2, "rows": 3, "pattern": "independent", "roworder": "bottom to top"} ,
"xaxis" : { "title": "GL" , "type": "linear", "rangemode": "tozero", "nticks": 3 },
"xaxis2": { "title": "" , "type": "linear", "rangemode": "tozero", "nticks": 3 },
"xaxis3": { "title": "GL" , "type": "linear", "rangemode": "tozero", "nticks": 3 },
"xaxis4": { "title": "" , "type": "linear", "rangemode": "tozero", "nticks": 3 },
"xaxis5": { "title": "GL" , "type": "linear", "rangemode": "tozero", "nticks": 3 },
"xaxis6": { "title": "" , "type": "linear", "rangemode": "tozero", "nticks": 3 },
"yaxis" : { "title": "" , "type": "linear", "range": [0,60], "nticks": 3 },
"yaxis2": { "title": "" , "type": "linear", "range": [0,60], "nticks": 3 },
"yaxis3": { "title": "" , "type": "linear", "range": [0,60], "nticks": 3 },
"yaxis4": { "title": "" , "type": "linear", "range": [0,60], "nticks": 3 },
"yaxis5": { "title": "" , "type": "linear", "range": [0,60], "nticks": 3 },
"yaxis6": { "title": "" , "type": "linear", "range": [0,60], "nticks": 3 }
}
}