Skip to content

Commit c39209a

Browse files
committed
remove unused line
1 parent ae1ecc9 commit c39209a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/python/hover-text-and-formatting.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ from plotly import data
129129

130130
df = data.stocks()
131131

132-
date_range = pd.date_range(start="1/1/2020", end="1/10/2020")
133-
134132
layout = dict(
135133
hoversubplots="axis",
136134
title="Stock Price Changes",
@@ -145,6 +143,7 @@ data = [
145143
]
146144

147145
fig = go.Figure(data=data, layout=layout)
146+
148147
fig.show()
149148
```
150149

0 commit comments

Comments
 (0)