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

@zhuoyahuang zhuoyahuang force-pushed the 50427 branch 2 times, most recently from f11a9b1 to 5c2ca71 Compare September 28, 2025 23:08
@zhuoyahuang zhuoyahuang marked this pull request as ready for review September 28, 2025 23:15
@mroeschke mroeschke added the Visualization plotting label Sep 29, 2025
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
3 participants