prooffreader
prooffreader

Reputation: 2443

In Plotly, can I have customized hover text in a heatmap?

I noticed that in some graph types, there is a "t" argument that will allow customized hover text. This argument seems to be missing from the heat map API. Is there another way to implement it? I would like to have actual informative labels instead of "x:", "y:" and "z:".

Upvotes: 0

Views: 2824

Answers (1)

etpinard
etpinard

Reputation: 5011

The t key is not currently supported in plotly heatmaps, unfortunately.

The t key is now available for heatmap and contour trace types.

Here's an example of a heatmap with hover text: https://plot.ly/~etpinard/2096/heatmap-with-hover-text/

Upvotes: 1

Related Questions