Skip to content

Commit f1cf0a3

Browse files
Update heatmaps.md
1 parent b54cebf commit f1cf0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/heatmaps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fig.show()
102102

103103
### Heatmap with Categorical Axis Labels
104104

105-
In this example we also show how to ignore [hovertext](https://plotly.com/python/hover-text-and-formatting/) when we have [missing values](https://plotly.com/python/missing_values) in the data by setting the [hoverongaps](https://plotly.com/python/reference/heatmap/#heatmap-hoverongaps) to False.
105+
In this example we also show how to ignore [hovertext](https://plotly.com/python/hover-text-and-formatting/) when we have missing values in the data by setting the [hoverongaps](https://plotly.com/python/reference/heatmap/#heatmap-hoverongaps) to False.
106106

107107
```python
108108
import plotly.graph_objects as go

0 commit comments

Comments
 (0)