-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Small fix to Histogram2dContour setup in plotly express #5342
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
Conversation
gmjw
commented
Sep 5, 2025
If a more experienced contributor takes a look at this - I can't understand why the Circle CI build has failed, the error message doesn't indicate anything clearly - any advice appreciated.
gvwilson
commented
Sep 9, 2025
thanks @gmjw - much appreciated. the broken Circle CI job isn't your fault - we're working on it...
emilykl
commented
Oct 1, 2025
@gmjw This looks great, thanks for the fix. The broken CI job has been fixed on main; it should pass if you merge main into this branch.
Uh oh!
There was an error while loading. Please reload this page.
As per the docs, if
imagezis passed in with no histfunc, it should be set to'sum':I think this corrects the intended behaviour and puts Histogram2dContour more in line with Histogram2d.
plotly.graph_objects, my modifications concern the code generator and not the generated files.