Skip to content

Conversation

zhuoyahuang
Copy link

@zhuoyahuang zhuoyahuang commented Oct 12, 2025

Following screenshot is from running

chunk = pd.DataFrame(index=[7, 8, 2])
df = pd.concat([chunk.assign(y=i, i=i) for i in range(10)])
df.groupby("i")["y"].plot(legend=True, colormap="Pastel1")
image

@zhuoyahuang zhuoyahuang changed the title BUG: SeriesGroupBy.plot does not respect cmap parameter BUG: fix SeriesGroupBy.plot does not respect cmap parameter Oct 12, 2025
@zhuoyahuang zhuoyahuang marked this pull request as ready for review October 12, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: SeriesGroupBy.plot does not respect cmap parameter

2 participants