You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug:
When adding two go.Histogram2dContour to a subplot, the colorscale is not normalized, when using a shared coloraxis and setting coloring='fill'.
It works when setting coloring='heatmap'.
Setup:
plotly==5.18.0
Bug:
When adding two
go.Histogram2dContour
to a subplot, the colorscale is not normalized, when using a shared coloraxis and settingcoloring='fill'
.It works when setting
coloring='heatmap'
.Dataframes used:
Example

coloring='fill'
:Example

coloring='heatmap'
:Code:
The text was updated successfully, but these errors were encountered: