-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathcontour_label-reversed-xy.json
112 lines (106 loc) · 2.74 KB
/
contour_label-reversed-xy.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
{
"data": [
{
"type": "contour",
"name": "▲ x ▲ y",
"x": [1, 2, 3, 4],
"y": [1, 2, 3, 4],
"z": [[1, 2, 3, 4], [1, 2, 3, 4], [2, 3, 4, 5], [4, 5, 6, 7]],
"contours": {"showlabels": true},
"showscale": false
},
{
"type": "contour",
"name": "▼ x ▲ y",
"x": [4, 3, 2, 1],
"y": [1, 2, 3, 4],
"z": [[1, 2, 3, 4], [1, 2, 3, 4], [2, 3, 4, 5], [4, 5, 6, 7]],
"contours": {"showlabels": true},
"showscale": false,
"xaxis": "x2",
"yaxis": "y2"
},
{
"type": "contour",
"name": "▲ x ▼ y",
"x": [1, 2, 3, 4],
"y": [4, 3, 2, 1],
"z": [[1, 2, 3, 4], [1, 2, 3, 4], [2, 3, 4, 5], [4, 5, 6, 7]],
"contours": {"showlabels": true},
"showscale": false,
"xaxis": "x3",
"yaxis": "y3"
},
{
"type": "contour",
"name": "▼ x ▼ y",
"x": [4, 3, 2, 1],
"y": [4, 3, 2, 1],
"z": [[1, 2, 3, 4], [1, 2, 3, 4], [2, 3, 4, 5], [4, 5, 6, 7]],
"contours": {"showlabels": true},
"showscale": false,
"xaxis": "x4",
"yaxis": "y4"
},
{
"type": "contour",
"name": "▲ x ▲ y (dup)",
"x": [1, 2, 3, 4],
"y": [1, 2, 3, 4],
"z": [[1, 2, 3, 4], [1, 2, 3, 4], [2, 3, 4, 5], [4, 5, 6, 7]],
"contours": {"showlabels": true},
"showscale": false,
"xaxis": "x5",
"yaxis": "y5"
},
{
"type": "contour",
"name": "▼ x (reversed rng) ▲ y",
"x": [4, 3, 2, 1],
"y": [1, 2, 3, 4],
"z": [[1, 2, 3, 4], [1, 2, 3, 4], [2, 3, 4, 5], [4, 5, 6, 7]],
"contours": {"showlabels": true},
"showscale": false,
"xaxis": "x6",
"yaxis": "y6"
},
{
"type": "contour",
"name": "▲ x ▼ y (reversed rng)",
"x": [1, 2, 3, 4],
"y": [4, 3, 2, 1],
"z": [[1, 2, 3, 4], [1, 2, 3, 4], [2, 3, 4, 5], [4, 5, 6, 7]],
"contours": {"showlabels": true},
"showscale": false,
"xaxis": "x7",
"yaxis": "y7"
},
{
"type": "contour",
"name": "▼ x (reversed rng) ▼ y (reversed rng)",
"x": [4, 3, 2, 1],
"y": [4, 3, 2, 1],
"z": [[1, 2, 3, 4], [1, 2, 3, 4], [2, 3, 4, 5], [4, 5, 6, 7]],
"contours": {"showlabels": true},
"showscale": false,
"xaxis": "x8",
"yaxis": "y8"
}
],
"layout": {
"grid": {"rows": 4, "columns": 2, "pattern": "independent"},
"template": {
"data": {
"contour": [{
"hoverlabel": {"namelength": -1}
}]
}
},
"xaxis6": {"autorange": "reversed"},
"yaxis7": {"autorange": "reversed"},
"xaxis8": {"autorange": "reversed"},
"yaxis8": {"autorange": "reversed"},
"width": 500,
"height": 800
}
}