-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
scattermode="group" not working #4094
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
Comments
Can you tell us which environment you're running this in? VSCode or Collab or...? I don't recognize it offhand :) Also, if you mouse over the logo that appears in the top-right of the figure when the cursor is over the figure, what is the Plotly.js version number listed there? |
Yep, this is VSCode 1.76.0. The Plotly.js version is 2.13.3. |
OK, so the problem there is that VSCode loads its own version of Plotly.js, not the one that ships with Plotly.py, and their version is behind (we're at 2.18 now). You'd need to file a bug report with the VSCode Python/Jupyter team to get them to upgrade again :) |
Nice. Okay, will do. Thank you for the quick response) |
Hi. The
scattermode="group"
parameter does not work forpx.scatter
both in 5.12 and 5.13 versions. Also tried python versions 3.10 and 3.11.Below is the example from the documentation, which is not working as intended on my end.
The text was updated successfully, but these errors were encountered: