Skip to content

Commit 91cdaf4

Browse files
committed
add errorbar layers with scatter fill image test
1 parent 70c1887 commit 91cdaf4

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed
20.1 KB
Loading
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
1,
6+
1,
7+
2,
8+
2,
9+
1
10+
],
11+
"y": [
12+
1,
13+
2,
14+
2,
15+
1,
16+
1
17+
],
18+
"mode": "lines",
19+
"fill": "tozerox",
20+
"fillcolor": "black",
21+
"uid": "116a4f"
22+
},
23+
{
24+
"x": [
25+
1.5,
26+
2.5
27+
],
28+
"y": [
29+
1.5,
30+
2.5
31+
],
32+
"error_y": {
33+
"array": [
34+
1,
35+
2
36+
],
37+
"color": "green",
38+
"thickness": 3
39+
},
40+
"marker": {
41+
"size": 20,
42+
"color": "red"
43+
},
44+
"uid": "0f7846"
45+
}
46+
],
47+
"layout": {
48+
"xaxis": {
49+
"type": "linear",
50+
"range": [
51+
1,
52+
2.608493696084937
53+
],
54+
"autorange": true
55+
},
56+
"yaxis": {
57+
"type": "linear",
58+
"range": [
59+
0.2777777777777778,
60+
4.722222222222222
61+
],
62+
"autorange": true
63+
},
64+
"height": 450,
65+
"width": 1000,
66+
"autosize": true
67+
}
68+
}

0 commit comments

Comments
 (0)