Skip to content

BUG: Boxplots ignore xlabel and boxplot() doesn't support horizontal layout #45465

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 10 commits into from
Jan 24, 2022

Conversation

stefmolin
Copy link
Contributor

@stefmolin stefmolin commented Jan 19, 2022

@stefmolin stefmolin marked this pull request as ready for review January 19, 2022 01:06
@mroeschke mroeschke added the Visualization plotting label Jan 19, 2022
@mroeschke mroeschke added this to the 1.5 milestone Jan 19, 2022
Copy link
Member

@mroeschke mroeschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mroeschke
Copy link
Member

@stefmolin could you merge in the main branch once more? We had CI issues this past week

@mroeschke mroeschke merged commit 5f8df6b into pandas-dev:main Jan 24, 2022
@mroeschke
Copy link
Member

Thanks @stefmolin

@stefmolin stefmolin deleted the stefmolin-box-labels branch January 24, 2022 22:56
yehoshuadimarsky pushed a commit to yehoshuadimarsky/pandas that referenced this pull request Jul 13, 2022
…layout (pandas-dev#45465)

* BUG: Fix support for xlabel/ylabel in boxplots.

* TST: Add tests for checking boxplot axis labels.

* DOC: Update whatsnew 1.5.0

* CLN: Add comments pointing to PR for changes.

* CLN: Default vert to True in get().

* TST: Split new test into 3 distinct tests.

* CLN: Move pprint_thing() import near other pandas imports.

* CLN: Linting.

* CLN: Add trailing comma to tests.
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.

BUG: Boxplots are ignoring xlabel BUG: Horizontal boxplots on subplots throws ValueError
2 participants