Skip to content

Conversation

@zhuoyahuang
Copy link

@zhuoyahuang zhuoyahuang commented Sep 28, 2025

the data.column is MultiIndex, for example

data.columns: MultiIndex([('c', 'value'),
        ('b', 'value'),
        ('a', 'value')],
       )

The problem with the original code is not respecting the order of by

expected output from the original issue
image

Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

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

Can you add a changelog entry for 3.0.0? Also looks like this caused some regressions

@github-actions
Copy link
Contributor

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

@github-actions github-actions bot added the Stale label Nov 15, 2025
@zhuoyahuang
Copy link
Author

still working on it, im gonna address Will's comment

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: xticklables is not correctly set when using df.plot.box with group-by

4 participants