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
I use heatmaps to plot spectrograms represented as matrices. In trying to improve performance I tried using heatmapgl, but it looks like there's an issue with the cursor popover where it stops following the cursor when the X coordinate is greater than 1023.
just realized that 1023 isn't special, but that's the height of my plot (well, 1025, but that's close enough). When the plot is taller than it is wide things seem to be OK.
A smaller (e.g. 50x100) heatmapgl shows the same behavior.
ssfrr
changed the title
heatmapgl cursor popup can't go past 1023
heatmapgl cursor popup can't go wide if the plot is tall
Jun 28, 2017
ssfrr
changed the title
heatmapgl cursor popup can't go wide if the plot is tall
heatmapgl cursor popup can't go wider than the plot is tall
Jun 28, 2017
I use heatmaps to plot spectrograms represented as matrices. In trying to improve performance I tried using
heatmapgl
, but it looks like there's an issue with the cursor popover where it stops following the cursor when the X coordinate is greater than 1023.Example:
https://jsfiddle.net/xfj1yxyu/3/
EDIT: corrected fiddle URL
The text was updated successfully, but these errors were encountered: