question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

heatmapgl TODO list

See original GitHub issue

Before getting merged into the main plotly.js dist bundle, we need to make sure following problems are addressed

  • heatmapgl test-images are not reproducible. Maybe this is just a matter of bumping the gl-shader requirement.
  • top-most and right-most points aren’t being catch by the hover picking routine

gifrecord_2016-10-25_093142

  • double-check that we are handling NaNs correctly. One good test would be to Plotly.restyle(gd, 'type', 'heatmapgl') all our heatmap test mocks.
  • include only attributes that are relevant to the gl2d version (instead of simply copying the heatmap attributes). For example, heatmapgl doesn’t support zsmooth, xgap and ygap.

See the heatmapgl-primetime branch for more some WIP work.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:18 (18 by maintainers)

github_iconTop GitHub Comments

2reactions
dycommented, Oct 28, 2016

Ok, as for

top-most and right-most points aren’t being catch

that seems to be wrongly rendered pickBuffer: image

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

1reaction
etpinardcommented, Nov 24, 2016

@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. 🍻

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found