Skip to content

Commit 0671ebb

Browse files
committed
Update mock after restricting new property to period axes
1 parent 1e7ebc3 commit 0671ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/image/mocks/zzz_drawminorticklabel_period_axes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
},
165165
"xaxis2": {
166166
"title": {
167-
"text": "xaxis2: Label of minor tick before each major tick is drawn"
167+
"text": "xaxis2: Period before each major tick is labeled"
168168
},
169169
"dtick": "M12",
170170
"minor": {
@@ -175,7 +175,7 @@
175175
},
176176
"tickformat": "%b %Y",
177177
"drawminorticklabel": -1,
178-
"tickangle": 30,
178+
"tickangle": 90,
179179
"ticklabelmode": "period",
180180
"ticklen": 18,
181181
"ticks": "inside",

0 commit comments

Comments
 (0)