Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
gmjw commentedSep 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 commentedSep 9, 2025
thanks@gmjw - much appreciated. the broken Circle CI job isn't your fault - we're working on it… |
emilykl commentedOct 1, 2025
@gmjw This looks great, thanks for the fix. The broken CI job has been fixed on |
Uh oh!
There was an error while loading.Please reload this page.
As per the docs, if
zis 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 andnot the generated files.