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

Added a wider range of day ranges for the AutoDateLocator. #2083

Merged
merged 1 commit into from Jun 4, 2013

Conversation

pelson
Copy link
Member

@pelson pelson commented May 29, 2013

No description provided.

@@ -258,6 +264,7 @@ def _create_auto_date_locator(date1, date2):
for t_delta, expected in results:
d2 = d1 + t_delta
locator = _create_auto_date_locator(d1, d2)
print(map(str, mdates.num2date(locator())))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh!

mdboom added a commit that referenced this pull request Jun 4, 2013
Added a wider range of day ranges for the AutoDateLocator.
@mdboom mdboom merged commit ee51a91 into matplotlib:v1.3.x Jun 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants