Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a cftime-compatible version of matplotlib's ConciseDateFormatter #105

Open
spencerkclark opened this issue Mar 30, 2022 · 0 comments
Labels
New: Feature Highlight a new community raised "feature request" issue

Comments

@spencerkclark
Copy link
Member

✨ Feature Request

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.

@spencerkclark spencerkclark added the New: Feature Highlight a new community raised "feature request" issue label Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New: Feature Highlight a new community raised "feature request" issue
Projects
Status: No status
Development

No branches or pull requests

1 participant