Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors committed Apr 16, 2024
1 parent ae1ecc9 commit c39209a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/python/hover-text-and-formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ from plotly import data

df = data.stocks()

date_range = pd.date_range(start="1/1/2020", end="1/10/2020")

layout = dict(
hoversubplots="axis",
title="Stock Price Changes",
Expand All @@ -145,6 +143,7 @@ data = [
]

fig = go.Figure(data=data, layout=layout)

fig.show()
```

Expand Down

0 comments on commit c39209a

Please sign in to comment.