Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix: Pandas indexing Error in collections #6148
+23
−3
Conversation
mdboom
added the
needs_review
label
Mar 12, 2016
tacaswell
added this to the
1.5.2 (Critical bug fix release)
milestone
Mar 12, 2016
tacaswell
added a commit
that referenced
this pull request
Mar 12, 2016
|
|
tacaswell |
668bd02
|
tacaswell
merged commit 668bd02
into matplotlib:master
Mar 12, 2016
tacaswell
removed the
needs_review
label
Mar 12, 2016
tacaswell
added a commit
that referenced
this pull request
Mar 12, 2016
|
|
tacaswell |
1d7f0d9
|
|
Thanks! Backported to v1.5.x as 1d7f0d9 |
tacaswell
added a commit
to tacaswell/matplotlib
that referenced
this pull request
May 22, 2016
|
|
tacaswell |
ef576e5
|
has2k1
added a commit
to has2k1/plotnine
that referenced
this pull request
Apr 25, 2017
|
|
has2k1 |
263acb1
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
has2k1 commentedMar 12, 2016
Specifically, when creating collection objects,
linewidthsandantialiasedscan be non zero indexedpandas series.
Related to: PR #5556