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
Note that the same happens with other kinds of traces as secondary to Heatmapgl (like Scattergl).
Now, if I comment-out either lines, I get the traces as expected, only that for the Heatmapgl, I get a strange smoothing by default:
So I went ahead and set zsmooth=False for the Heatmapgl, and I got:
Note the missing buttons in the toolbar ("spike-lines" and "compare" which exist in Heatmap). I wasn't able to pan and zoom the plot by dragging the axes in the usual places. Also, after panning using the toolbar button, double-click did not return me to the original view.
Thanks.
The text was updated successfully, but these errors were encountered:
erezinman
changed the title
Heatmapgl does not show at all in subplots, and other bugs
BUG: Heatmapgl does not show at all in subplots, and other bugs
Jan 19, 2021
We are deprecating the heatmapgl trace in the next version of Plotly.js (2.0) and Plotly.py (5.0) which should be out in a couple of weeks. There are indeed many problems with this trace and we will like not be able to fix them, so we will try to improve the performance of heatmap instead.
Using python v3.6.9 & plotly v4.14.1 on Chrome I get several different bugs with Heatmapgl:
"fast"
zsmoothing by default (in contrast to Heatmap which isFalse
).zsmooth=False
results in a truncated auto-view.This trace feels half-baked. It is really too-bad that I can not use it because I wished to show large spectrograms, and I can't using plotly.
In more detail:
Consider the following code:
And I get a blamk page with a color bar:

Note that the same happens with other kinds of traces as secondary to Heatmapgl (like Scattergl).
Now, if I comment-out either lines, I get the traces as expected, only that for the Heatmapgl, I get a strange smoothing by default:


So I went ahead and set

zsmooth=False
for the Heatmapgl, and I got:Note the missing buttons in the toolbar ("spike-lines" and "compare" which exist in Heatmap). I wasn't able to pan and zoom the plot by dragging the axes in the usual places. Also, after panning using the toolbar button, double-click did not return me to the original view.
Thanks.
The text was updated successfully, but these errors were encountered: