Skip to content

BUG: ensure plt is imported before it's used in hist_frame #6094

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
Jan 25, 2014
Merged

BUG: ensure plt is imported before it's used in hist_frame #6094

merged 1 commit into from
Jan 25, 2014

Conversation

dsm054
Copy link
Contributor

@dsm054 dsm054 commented Jan 25, 2014

If the by argument to hist_frame isn't None, then plt.setp can be called be called before plt is imported. This moves the import to the start of the function to avoid this.

jreback added a commit that referenced this pull request Jan 25, 2014
BUG: ensure plt is imported before it's used in hist_frame
@jreback jreback merged commit ecb91d4 into pandas-dev:master Jan 25, 2014
@jreback
Copy link
Contributor

jreback commented Jan 25, 2014

thanks!

@dsm054 dsm054 deleted the reorder-hist_frame-import branch March 12, 2014 04:19
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.

2 participants