We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784e1d2 commit fb6890bCopy full SHA for fb6890b
1 file changed
doc/users/next_whats_new/imshow_extent_units.rst
@@ -19,7 +19,8 @@ can now be expressed with units.
19
20
ax.imshow(arr, origin='lower', extent=[1, 11, date_first, date_last])
21
22
- locator = HourLocator(byhour=[0, 12, 24])
+ # customize tick locations and labels
23
+ locator = HourLocator(byhour=[0, 12])
24
ax.yaxis.set_major_formatter(
25
ConciseDateFormatter(
26
locator, show_offset=False,
0 commit comments