Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add a locator to AutoDateFormatters example code #6229
Conversation
mdboom
added the
needs_review
label
Mar 26, 2016
tacaswell
added this to the
1.5.2 (Critical bug fix release)
milestone
Mar 26, 2016
|
|
QuLogic
added the
Documentation
label
Mar 26, 2016
tacaswell
merged commit 7a68c13
into matplotlib:master
Mar 26, 2016
tacaswell
removed the
needs_review
label
Mar 26, 2016
|
@mineo Thank you! |
tacaswell
added a commit
that referenced
this pull request
Mar 26, 2016
|
|
tacaswell |
40b3ce9
|
|
backported to v1.5.x as 40b3ce9 |
bearstrong
added a commit
to bearstrong/matplotlib
that referenced
this pull request
Apr 1, 2016
|
|
tacaswell + bearstrong |
bc31280
|
tacaswell
added a commit
to tacaswell/matplotlib
that referenced
this pull request
May 22, 2016
|
|
tacaswell |
27521e2
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mineo commentedMar 26, 2016
AutoDateFormatter.init always needs a locator, so add one to the
example in the documentation.