Skip to content

Conversation

eicchen
Copy link
Contributor

@eicchen eicchen commented Apr 23, 2025

Added check for when stacked and subplots are used in conjunction for bar plots. And logic dictating offsets for individual subplots to account for plots with non-concurrent columns being graphed.

Currently, does not take into account column order in subplot entry (eg: (A, B) vs (B, A)) when stacking

@mroeschke mroeschke added the Visualization plotting label Apr 23, 2025
@mroeschke mroeschke added this to the 3.0 milestone Apr 28, 2025
@mroeschke mroeschke merged commit 65bf9cd into pandas-dev:main Apr 28, 2025
42 checks passed
@mroeschke
Copy link
Member

Thanks @eicchen02

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: df.plot() "Subplots" changes behavior of how values are stacked using the "Stacked" property

2 participants