Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2016

Conversation

maahn
Copy link

@maahn maahn commented Aug 29, 2016

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

@maahn maahn changed the title FIX: slow plots of pandas objects #6991 (Second try) FIX: slow plots of pandas objects (Second try) Aug 29, 2016
@tacaswell
Copy link
Member

👍 Thanks!

@tacaswell tacaswell merged commit 6e43e72 into matplotlib:master Aug 29, 2016
tacaswell added a commit that referenced this pull request Aug 29, 2016
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
@tacaswell
Copy link
Member

backported to v2.x as 018fa1c

@tacaswell tacaswell added this to the 2.0.1 (next bug fix release) milestone Aug 29, 2016
@QuLogic QuLogic modified the milestones: 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Histogram of xarray.DataArray can be extremely slow
4 participants