FIX: slow plots of pandas objects (Second try) #6997

Merged
merged 1 commit into from Aug 29, 2016

Conversation

Projects
None yet
4 participants
Contributor

maahn commented Aug 29, 2016

Second attempt: Removes loop to iterate through all elements in order to find a convertor. closes #6804.

@maahn maahn Second attempt: Removes loop to iterate through all elements in order…
… to find a convertor. closes #6804.
2a1b1f2

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

Owner

tacaswell commented Aug 29, 2016

👍 Thanks!

@tacaswell tacaswell merged commit 6e43e72 into matplotlib:master Aug 29, 2016

3 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage decreased (-0.002%) to 70.179%
Details

tacaswell removed the needs_review label Aug 29, 2016

@tacaswell tacaswell added a commit that referenced this pull request Aug 29, 2016

@tacaswell tacaswell Merge pull request #6997 from maahn/fixPandas
FIX: Only try to find unit converter for first element of sequence

Conflicts:
	lib/matplotlib/units.py
	  - master branch lost six import, kept in place in backport
018fa1c
Owner

tacaswell commented Aug 29, 2016

backported to v2.x as 018fa1c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment