We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've tried comparing
in
import plotly.express as px long_df = px.data.medals_long() fig = px.bar(long_df, x="nation", y="count", color="medal", title="Long-Form Input") fig
and the outputs now differ
I guess it's probably due to #4790 - taking a look
The text was updated successfully, but these errors were encountered:
looks like this is the same root issue as the histogram plot in #4863 - closing in favour of that one then
Sorry, something went wrong.
Can confirm that this is now fixed 👍
Just saw this — thanks for opening this issue @MarcoGorelli !
No branches or pull requests
I've tried comparing
in
and the outputs now differ
I guess it's probably due to #4790 - taking a look
The text was updated successfully, but these errors were encountered: