Skip to content

Commit 679c5e4

Browse files
committed
Update line-and-scatter.md
1 parent 04060a2 commit 679c5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/line-and-scatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fig = px.scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16])
4747
fig.show()
4848
```
4949

50-
> Try the live scatter plot below to see how the code updates based on your selections.
50+
**Try it yourself!** Use the interactive scatter plot app below, hosted on [Plotly Cloud](https://plotly.com/cloud/), to see how the code updates based on your selections.
5151

5252
```python hide_code=true
5353
from IPython.display import IFrame

0 commit comments

Comments
 (0)