Skip to content

Commit 6da32ca

Browse files
committed
Removed extra heding
1 parent caefc50 commit 6da32ca

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/python/annotated-heatmap.md

-7
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ fig.show()
7272

7373
### Annotated Heatmaps with [figure factory](/python/figure-factories/). For more examples with Heatmaps, see [this page](/python/heatmaps/).
7474

75-
7675
The remaining examples show how to create Annotated Heatmaps with [figure factory](/python/figure-factories/). For more examples with Heatmaps, see [this page](/python/heatmaps/).
7776

7877

@@ -241,12 +240,6 @@ fig.update_layout(title_text='Periodic Table')
241240
fig.show()
242241
```
243242

244-
#### Annotations with plotly.express
245-
246-
```python
247-
248-
```
249-
250243
#### Reference
251244

252245
For more info on Plotly heatmaps, see: https://plotly.com/python/reference/heatmap/.<br> For more info on using colorscales with Plotly see: https://plotly.com/python/heatmap-and-contour-colorscales/ <br>For more info on `ff.create_annotated_heatmap()`, see the [full function reference](https://plotly.com/python-api-reference/generated/plotly.figure_factory.create_annotated_heatmap.html#plotly.figure_factory.create_annotated_heatmap)

0 commit comments

Comments
 (0)