Fix: Pandas indexing Error in collections #6148

Merged
merged 1 commit into from Mar 12, 2016

Conversation

Projects
None yet
3 participants
Contributor

has2k1 commented Mar 12, 2016

Specifically, when creating collection objects,
linewidths and antialiaseds can be non zero indexed
pandas series.

Related to: PR #5556

@has2k1 has2k1 Fix: Pandas indexing Error in collections
Specifically, when creating collection objects,
`linewidths` and `antialiaseds` can be non zero indexed
pandas series.

Related to: PR #5556
3418f46

mdboom added the needs_review label Mar 12, 2016

@tacaswell tacaswell added a commit that referenced this pull request Mar 12, 2016

@tacaswell tacaswell Merge pull request #6148 from has2k1/fix-pandas-indexing
Fix: Pandas indexing Error in collections
668bd02

@tacaswell tacaswell merged commit 668bd02 into matplotlib:master Mar 12, 2016

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

tacaswell removed the needs_review label Mar 12, 2016

@tacaswell tacaswell added a commit that referenced this pull request Mar 12, 2016

@tacaswell tacaswell Merge pull request #6148 from has2k1/fix-pandas-indexing
Fix: Pandas indexing Error in collections
1d7f0d9
Owner

tacaswell commented Mar 12, 2016

Thanks!

Backported to v1.5.x as 1d7f0d9

@tacaswell tacaswell added a commit to tacaswell/matplotlib that referenced this pull request May 22, 2016

@tacaswell tacaswell Merge pull request #6148 from has2k1/fix-pandas-indexing
Fix: Pandas indexing Error in collections
ef576e5

@has2k1 has2k1 added a commit to has2k1/plotnine that referenced this pull request Apr 25, 2017

@has2k1 has2k1 Remove series.tolist for MPL collection parameters
I fixed this upstream in MPL 1.5.2

Ref: matplotlib/matplotlib#6148
263acb1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment