heatmapgl TODO list
See original GitHub issueBefore getting merged into the main plotly.js dist bundle, we need to make sure following problems are addressed
-
heatmapgltest-images are not reproducible. Maybe this is just a matter of bumping thegl-shaderrequirement. - top-most and right-most points aren’t being catch by the hover picking routine

- double-check that we are handling
NaNs correctly. One good test would be toPlotly.restyle(gd, 'type', 'heatmapgl')all our heatmap test mocks. - include only attributes that are relevant to the
gl2dversion (instead of simply copying theheatmapattributes). For example,heatmapgldoesn’t supportzsmooth,xgapandygap.
See the heatmapgl-primetime branch for more some WIP work.
Issue Analytics
- State:
- Created 7 years ago
- Comments:18 (18 by maintainers)
Top Results From Across the Web
Python Figure Reference: heatmapgl Traces - Plotly
A plotly.graph_objects.Heatmapgl trace is a graph object in the figure's data list with any of the named arguments or attributes listed below.
Read more >Setting Plotly Heatmap Range - python - Stack Overflow
I am trying to plot an animation of heatmaps with plotly and I want them to have the same legend range. Is there...
Read more >My final project submission - DPhi
Here is a template notebook with all the tasks mentioned in detail. Please complete the tasks within the designated section only. Task 1:...
Read more >Choropleth Maps - Greydon Gilmore
Easiest way to do this is to use the dict() function of the general form: type = 'choropleth',; locations = list of states ......
Read more >Plotly.kt: v0.2.0 - MIPT-NPM
Data visualization tasks are closely related to educational, scientific and ... enum class TraceType { bar, box, contour, heatmap, heatmapgl, histogram, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ok, as for
that seems to be wrongly rendered
pickBuffer:only 9 levels out of 10 are here. It does not contain ids >= 90 and whole decimals 10, 20, 30, 40, 50, 60, 70, 80, which refer to the last row/col
@dfcreative with your last commit, this is looking really good. I’ll spend a few more minutes double-checking, but looks like we’re really to something mergeable. 🍻