Skip to content

Commit f140629

Browse files
committed
test image for the two previous bug fixes
1 parent 4f5de76 commit f140629

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
24.8 KB
Loading
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"data": [
3+
{
4+
"z": [[4, 3], [2, 1]],
5+
"type": "contour",
6+
"contours": {
7+
"start": 1.1,
8+
"end": 4.09,
9+
"size": 1
10+
},
11+
"colorbar": {"x": 0.4}
12+
},
13+
{
14+
"z": [[4, 3], [2, 1]],
15+
"type": "contour",
16+
"contours": {
17+
"start": 1,
18+
"end": 4,
19+
"size": 0.9999999
20+
},
21+
"colorbar": {"x": 1},
22+
"xaxis": "x2"
23+
}
24+
],
25+
"layout": {
26+
"xaxis": {"domain": [0, 0.4]},
27+
"xaxis2": {"domain": [0.6, 1]},
28+
"width": 800,
29+
"height": 400
30+
}
31+
}

0 commit comments

Comments
 (0)