Adam
Adam
Hi @archmoj Here's the code pen for this issue: https://codepen.io/charming-data/pen/ExJwxRY
This works for me as well, @AnnMarieW . Closing the issue. If someone reproduces the past erroneous behavior, we can reöpen.
@plan-9-from-outer-space , Can you please share the code the reproduces this error? I just [the code](https://github.com/plotly/plotly.py/issues/3441#issuecomment-955093130) posted by the original poster, but I didn't get an error.
I can confirm the same error message. ``` from plotly import express as px import pandas as pd dff = px.data.tips() fig = px.density_heatmap(dff, x="total_bill", y="tip", marginal_x="histogram") fig.show() error_fig =...
hi @aspandyar I am not able to reproduce this error on firefox. Can you show a gif or give a further example of what's happening please?
Now I see what you mean. Thank you for the clarification. I tagged this as a bug, although it might be considered a feature request since I'm not sure this...
hi @stephenwinn16 You mention that the cluster option is not expected to work with OpenStreetMaps tiles. But I tried using the "open-street-map" mapbox style and I was able to click...
hi @stephenwinn16 For my example, the code worked consistently, even after I refreshed the page.
Sure. Brave browser version 1.60.125
This issue might be connected to #2521 .