You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few years ago, matplotlib introduced a date formatter that helps to display date information in a more concise manner. It does so by minimizing the amount of duplicate information displayed in the tick labels through the axis offset label. See this example taken from their documentation:
It would be cool if nc-time-axis supported something similar.
Motivation
Datetime tick labels can often take up a lot of space. This feature in matplotlib does a nice job of minimizing that without losing information.