Skip to content

Commit cb5b336

Browse files
committed
add hole=1 subplot to polar_blank mock
1 parent d9d626a commit cb5b336

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Diff for: test/image/baselines/polar_blank.png

3.17 KB
Loading

Diff for: test/image/mocks/polar_blank.json

+13
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
"text": "<b>N.B.</b><br>radial<br>auotrange<br>for (0,0)<br>gives [0,1]",
2222
"textposition": "left",
2323
"subplot": "polar4"
24+
}, {
25+
"type": "scatterpolar",
26+
"r": [1, 2, 3],
27+
"theta": [0, 90, 200],
28+
"subplot": "polar5"
2429
}],
2530
"layout": {
2631
"polar": {
@@ -69,6 +74,14 @@
6974
},
7075
"radialaxis": {"visible": false}
7176
},
77+
"polar5": {
78+
"domain": {
79+
"x": [0.12, 0.34],
80+
"y": [0.11, 0.34]
81+
},
82+
"hole": 1
83+
},
84+
"showlegend": false,
7285
"width": 600,
7386
"height": 500
7487
}

0 commit comments

Comments
 (0)