Skip to content

Commit 0b64901

Browse files
authored
Merge pull request #3423 from farzinghanbari/update-docs
Update 3d-scatter-plots.md
2 parents 3c0ccde + 927c756 commit 0b64901

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/python/3d-scatter-plots.md

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ fig = px.scatter_3d(df, x='sepal_length', y='sepal_width', z='petal_width',
7070

7171
# tight layout
7272
fig.update_layout(margin=dict(l=0, r=0, b=0, t=0))
73+
fig.show()
7374
```
7475

7576
#### 3d scatter plots in Dash

0 commit comments

Comments
 (0)