Skip to content

Commit ff39a47

Browse files
committed
ticklabelindex-2 mock: improve tick visibility
- Fix description of lower plot. - Fix missing trailing newline.
1 parent 9701952 commit ff39a47

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

test/image/mocks/ticklabelindex-2.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"tickformat": "%Y",
4040
"ticklabelindex": -1,
4141
"ticks": "outside",
42+
"ticklen": 20,
4243
"ticklabelmode": "period",
4344
"type": "date",
4445
"title": {
@@ -55,12 +56,13 @@
5556
"tickformat": "%Y",
5657
"ticklabelindex": -1,
5758
"ticklabelmode": "period",
59+
"ticklen": 20,
5860
"type": "date",
5961
"ticks": "outside",
60-
"minor": { "dtick": "M12", "ticks": "outside" },
62+
"minor": { "dtick": "M12", "ticks": "outside", "ticklen": 5 },
6163
"title": {
62-
"text": "Should display 1 major tick and a label 2020 to the left of it"
64+
"text": "Should display 1 major tick, 1 minor tick and a label 2020 in between."
6365
}
6466
}
6567
}
66-
}
68+
}

0 commit comments

Comments
 (0)