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
Here is a minimal codepen example that reproduces the error.
I am suspecting it has to do with interpreting the X values as numeric. If I change the first item from a number-like (i.e. "1310") to a string (i.e. "1310_") the heat map is rendered properly.
The text was updated successfully, but these errors were encountered:
Please see this codepen which illustrated the notes bellow:
You could use autotypenumbers: 'strict' in the layout or axis level (cc: Implement strict autotypenumbers #5240) to disable axis auto type which was implemented in v1.58.0.
The plotly-latest.js stayed at the last v1 release. You need to load specific v2 version to load the "latest" release.
Plotly.plot is no longer part of the v2 API. So Plotly.newPlot is used in the codepen.
Hope this could help closing the issue.
Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for several years, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Thanks for your help - @gvwilson
I encounter an issue with heatmap visualization - with specific data / layout, the heat map is not drawn and the following error is raised:
Immediately followed by:
Here is a minimal codepen example that reproduces the error.
I am suspecting it has to do with interpreting the X values as numeric. If I change the first item from a number-like (i.e. "1310") to a string (i.e. "1310_") the heat map is rendered properly.
The text was updated successfully, but these errors were encountered: