forked from plotly/plotly.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contour_log.json
76 lines (76 loc) · 1.81 KB
/
contour_log.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
{
"data": [
{
"x": [0, 1, 2, 3, 10, 30],
"y": [0, 1, 2, 3, 10, 30],
"z": [
[10, 9, 8, 7, 6, 5],
[9, 8, 7, 6, 5, 4],
[8, 7, 6, 5, 4, 3],
[7, 6, 5, 9, 3, 2],
[6, 5, 4, 8, 2, 1],
[5, 4, 3, 2, 1, 0]
],
"contours": {"start": 4, "end": 6.5, "size": 1},
"type": "contour"
},
{
"x": [0, 1, 2, 3, 10, 30],
"y": [0, 1, 2, 3, 10, 30],
"z": [
[10, 9, 8, 7, 6, 5],
[9, 8, 7, 6, 5, 4],
[8, 7, 6, 5, 4, 3],
[7, 6, 5, 9, 3, 2],
[6, 5, 4, 8, 2, 1],
[5, 4, 3, 2, 1, 0]
],
"contours": {"start": 4, "end": 6.5, "size": 1},
"type": "contour",
"showscale": false,
"xaxis": "x2"
},
{
"x": [0, 1, 2, 3, 10, 30],
"y": [0, 1, 2, 3, 10, 30],
"z": [
[10, 9, 8, 7, 6, 5],
[9, 8, 7, 6, 5, 4],
[8, 7, 6, 5, 4, 3],
[7, 6, 5, 9, 3, 2],
[6, 5, 4, 8, 2, 1],
[5, 4, 3, 2, 1, 0]
],
"contours": {"start": 4, "end": 6.5, "size": 1},
"type": "contour",
"showscale": false,
"yaxis": "y2"
},
{
"x": [0, 1, 2, 3, 10, 30],
"y": [0, 1, 2, 3, 10, 30],
"z": [
[10, 9, 8, 7, 6, 5],
[9, 8, 7, 6, 5, 4],
[8, 7, 6, 5, 4, 3],
[7, 6, 5, 9, 3, 2],
[6, 5, 4, 8, 2, 1],
[5, 4, 3, 2, 1, 0]
],
"contours": {"start": 4, "end": 6.5, "size": 1},
"type": "contour",
"showscale": false,
"xaxis": "x2",
"yaxis": "y2"
}
],
"layout": {
"xaxis": {"domain": [0, 0.45]},
"xaxis2": {"domain": [0.55, 1], "type": "log"},
"yaxis": {"domain": [0, 0.45]},
"yaxis2": {"domain": [0.55, 1], "type": "log"},
"margin": {"l": 50, "b": 50, "r": 110, "t": 10},
"width": 500,
"height": 400
}
}