-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Invalid heatmap values #2233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, you're right - thanks! We don't handle nonuniform brick sizes correctly. We've labeled the center of the brick, but as the brick boundaries are drawn halfway between adjacent data values, the brick center is not the same as the data values that created the brick in the case of nonuniform bricks. |
Any ETA on when this will be fixed? |
Looks like the same bug exist with a contour map as well. |
Does this mean it is fixed? How can I get the latest code with the fix? |
v1.33.1 will be published later this afternoon including this fix. Until then you can build your own bundle from the master branch. |
That is great. I will wait for 1.33.1. Can you let me know when it's available for download? |
We hit a snag actually publishing to npm and our CDN (may not happen until Monday), but if you just want the built files, these have been updated and you can download them from https://github.com/plotly/plotly.js/tree/master/dist |
Yikes, that's no good! Please open a new issue though, as it does not look related to the heatmap issue, must have been introduced by something else that happened in the same release. |
This heatmap shows that my values are (15, 22.75), (22.75, 28), (26, 11), the first two are wrong.
https://jsfiddle.net/zc5r6v6t/3/
The text was updated successfully, but these errors were encountered: