Skip to content

Commit eba6910

Browse files
authored
Update doc/python/hover-text-and-formatting.md
1 parent 2e34c04 commit eba6910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/hover-text-and-formatting.md

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

288288
This example adds custom fields to a Plotly Express figure using the custom_data parameter and then adds a hover template that applies d3 formats to each element of the customdata[n] array and uses HTML to customize the fonts and spacing.
289289

290-
```
290+
```python
291291
# %%
292292
import plotly.graph_objects as go
293293
import plotly.express as px

0 commit comments

Comments
 (0)