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: slow plots of pandas objects (Second try) #6997
Conversation
mdboom
added the
needs_review
label
Aug 29, 2016
maahn
changed the title from
FIX: slow plots of pandas objects #6991 (Second try) to FIX: slow plots of pandas objects (Second try)
Aug 29, 2016
|
|
tacaswell
merged commit 6e43e72
into matplotlib:master
Aug 29, 2016
tacaswell
removed the
needs_review
label
Aug 29, 2016
tacaswell
added a commit
that referenced
this pull request
Aug 29, 2016
|
|
tacaswell |
018fa1c
|
|
backported to v2.x as 018fa1c |
tacaswell
added this to the
2.0.1 (next bug fix release)
milestone
Aug 29, 2016
QuLogic
modified the milestone: 2.0 (style change major release), 2.0.1 (next bug fix release)
Aug 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maahn commentedAug 29, 2016
Second attempt: Removes loop to iterate through all elements in order to find a convertor. closes #6804.