Skip to content

Commit 04060a2

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/python/line-and-scatter.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ 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.
51+
52+
```python hide_code=true
53+
from IPython.display import IFrame
54+
IFrame(src='https://scatter-plot-python.plotly.app/', width='100%', height=800)
55+
```
56+
5057
```python
5158
# x and y given as DataFrame columns
5259
import plotly.express as px

0 commit comments

Comments
 (0)