Skip to content

BUG: subplots with layout kw may show unnecessary warning #9464

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
Mar 5, 2015

Conversation

sinhrks
Copy link
Member

@sinhrks sinhrks commented Feb 11, 2015

Related to #8877 and #9278. There is remaining case which shows unnecessary warning.

Occurrence condition:

  • subplots=True.
  • layout is specified larger than the number of required subplot axes.

In this case, legend is called against blank axes and results in warning.

@jreback jreback added the Visualization plotting label Feb 11, 2015
@jreback jreback added this to the 0.16.0 milestone Feb 11, 2015
jreback added a commit that referenced this pull request Mar 5, 2015
BUG: subplots with layout kw may show unnecessary warning
@jreback jreback merged commit ba895cd into pandas-dev:master Mar 5, 2015
@jreback
Copy link
Contributor

jreback commented Mar 5, 2015

thanks @sinhrks

@sinhrks sinhrks deleted the plot_warn2 branch March 31, 2015 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants