Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 84b6284

Browse filesBrowse files
Merge pull request plotly#3827 from plotly/add-markers-to-example
Adds markers to example
2 parents c16d440 + b9b62fe commit 84b6284
Copy full SHA for 84b6284

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/python/selections.md

Copy file name to clipboardExpand all lines: doc/python/selections.md
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.