Skip to content
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

Grouped/dodged bar charts not working as documented #1072

Open
nicolaskruchten opened this issue May 26, 2023 · 1 comment
Open

Grouped/dodged bar charts not working as documented #1072

nicolaskruchten opened this issue May 26, 2023 · 1 comment
Labels
type: bug Something isn't working type: upstream Anything that requires work outside hvPlot

Comments

@nicolaskruchten
Copy link

ALL software version info

MacOS Big Sur, M1
Python 3.10.10
JupyterLab v3.5.2
hvplot 0.8.3
bokeh 3.1.1

Description of expected behavior and the observed behavior

I'm trying to make a dodged bar chart like the one in https://hvplot.holoviz.org/reference/pandas/bar.html#basic-bar-plots but the output is always stacked, never dodged

Complete, minimal, self-contained example code that reproduces the issue

I just downloaded this notebook https://hvplot.holoviz.org/reference/pandas/bar.html#basic-bar-plots and did run-all:

image

No errors in the console.

@philippjfr
Copy link
Member

Indeed, seems to be a regression in Bokeh 3.x. See also holoviz/holoviews#5726

@hoxbro hoxbro added type: bug Something isn't working type: upstream Anything that requires work outside hvPlot labels May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working type: upstream Anything that requires work outside hvPlot
Projects
None yet
Development

No branches or pull requests

3 participants