Skip to content

Commit 776e292

Browse files
committed
modif polar_hole mock to "see" axis line/tick ordering
1 parent a859872 commit 776e292

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/image/baselines/polar_hole.png

-1.67 KB
Loading

test/image/mocks/polar_hole.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
"polar5": {
9494
"hole": 0.5,
9595
"domain": {"row": 2, "column": 0},
96-
"radialaxis": {"range": [20, 0]}
96+
"radialaxis": {"range": [20, 0], "tickfont": {"color": "red", "size": 20}},
97+
"angularaxis": {"linewidth": 3}
9798
},
9899
"showlegend": false
99100
}

0 commit comments

Comments
 (0)