Skip to content

Commit

Permalink
Update heatmaps.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten authored Dec 16, 2020
1 parent b54cebf commit f1cf0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python/heatmaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fig.show()

### Heatmap with Categorical Axis Labels

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.
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.

```python
import plotly.graph_objects as go
Expand Down

0 comments on commit f1cf0a3

Please sign in to comment.