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
For some use cases of using heat maps, column/row labels are not uniqu. E.g. in machine translation, an alignment between two sentences is often expressed as a heatmap where a certain word can appear multiple times on an axis.
Here one label 'B' disappears and subsequent labels are mis-aligned.
It would be great if this can be fixed, so that the result would be labels['A', 'B', 'B', 'C', 'D']
The text was updated successfully, but these errors were encountered:
Hi @bastings, thanks for the report! This would need to be handled in Plotly.js, so I'm going to close this as a duplicate of plotly/plotly.js#1516, where there's been quite a bit of discussion on this already. Feel free to add to that issue if you have concerns/use-cases that aren't covered. Thanks!
For some use cases of using heat maps, column/row labels are not uniqu. E.g. in machine translation, an alignment between two sentences is often expressed as a heatmap where a certain word can appear multiple times on an axis.
Steps to see the issue:
Here one label 'B' disappears and subsequent labels are mis-aligned.
It would be great if this can be fixed, so that the result would be labels
['A', 'B', 'B', 'C', 'D']
The text was updated successfully, but these errors were encountered: