Skip to content

Commit b9b62fe

Browse files
committed
Update selections.md
1 parent c16d440 commit b9b62fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/selections.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Selections are also supported on time series figures. Here, we add a rectangular
145145
import plotly.express as px
146146

147147
df = px.data.stocks()
148-
fig = px.line(df, x='date', y="GOOG")
148+
fig = px.line(df, x='date', y="GOOG", markers=True)
149149
fig.add_selection(x0="2019-01-01", y0=0.95, x1="2019-10-01", y1=1.15)
150150
fig.show()
151151
```

0 commit comments

Comments
 (0)