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

World calendars open items #1241

Open
2 tasks
alexcjohnson opened this issue Dec 9, 2016 · 0 comments
Open
2 tasks

World calendars open items #1241

alexcjohnson opened this issue Dec 9, 2016 · 0 comments

Comments

@alexcjohnson
Copy link
Collaborator

A couple of things that came up in #1220 that would be nice to add:

  • support dtick='Y<n>' (for years) like we do 'M<n>' for months. For the regular Gregorian calendar this doesn't matter, as a year is always 12 months, but for other calendars we currently hack in year ticks by assuming that if n is a multiple of 12 the user really meant years because that's what they do for the Gregorian calendar. We should just make explicit year ticks. Perhaps it would be nice to make other units too, like day (if we ever put back in timezones the right way, we will need this to handle 23 and 25-hour days), hour, minute (shoot, that should have gotten the capital M for consistency. oops), second, though the latter ones are for convenience only. See World calendars #1220 (comment)

  • support year to date and month to date range selectors with non-Gregorian calendars. See World calendars #1220 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant