Skip to content

Commit cc124e4

Browse files
committed
Update line-and-scatter.md
1 parent f412dd4 commit cc124e4

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
@@ -85,7 +85,7 @@ fig = px.scatter(df, x="sepal_width", y="sepal_length", color="species", symbol=
8585
fig.show()
8686
```
8787

88-
**Try building a scatter plot.** Use the following interactive app, hosted on [Plotly Cloud](https://plotly.com/cloud/), to see how the code updates based on your selections.
88+
Try the live scatter plot below to see how the code updates based on your selections. Built with [Plotly Studio](http://plotly.com/downloads/?utm_source=graphing_libraries&utm_medium=documentation&utm_campaign=studio_cloud_community&utm_content=demo_scatter_plot_builder).
8989

9090
```python hide_code=true
9191
from IPython.display import IFrame

0 commit comments

Comments
 (0)