-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathpolar_blank.json
91 lines (91 loc) · 1.76 KB
/
polar_blank.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
{
"data": [{
"type": "scatterpolar",
"r": [],
"theta": []
}, {
"type": "scatterpolar",
"r": [],
"theta": [],
"subplot": "polar2"
}, {
"type": "scatterpolar",
"r": [],
"theta": [],
"subplot": "polar3"
}, {
"type": "scatterpolar",
"mode": "markers+text",
"r": [0],
"theta": [0],
"text": "<b>N.B.</b><br>radial<br>auotrange<br>for (0,0)<br>gives [0,1]",
"textposition": "left",
"subplot": "polar4"
}, {
"type": "scatterpolar",
"r": [1, 2, 3],
"theta": [0, 90, 200],
"subplot": "polar5"
}],
"layout": {
"polar": {
"domain": {
"x": [0, 0.46],
"y": [0.56, 1]
},
"angularaxis": {
"labelalias": { "0°": "ZERO<sup>2</sup>" }
},
"radialaxis": {
"title": {"text": "blank"},
"angle": 180
}
},
"polar2": {
"domain": {
"x": [0, 0.46],
"y": [0, 0.44]
},
"angularaxis": {
"showline": true,
"showgrid": false,
"showticklabels": false,
"ticks": ""
},
"radialaxis": {
"showline": false,
"showgrid": false,
"showticklabels": false,
"ticks": ""
}
},
"polar3": {
"domain": {
"x": [0.54, 1],
"y": [0.56, 1]
},
"radialaxis": {
"title": {"text": "blank"},
"side": "counterclockwise"
},
"angularaxis": {"visible": false}
},
"polar4": {
"domain": {
"x": [0.54, 1],
"y": [0, 0.44]
},
"radialaxis": {"visible": false}
},
"polar5": {
"domain": {
"x": [0.12, 0.34],
"y": [0.11, 0.34]
},
"hole": 1
},
"showlegend": false,
"width": 600,
"height": 500
}
}