We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c0ccde + 927c756 commit 0b64901Copy full SHA for 0b64901
doc/python/3d-scatter-plots.md
@@ -70,6 +70,7 @@ fig = px.scatter_3d(df, x='sepal_length', y='sepal_width', z='petal_width',
70
71
# tight layout
72
fig.update_layout(margin=dict(l=0, r=0, b=0, t=0))
73
+fig.show()
74
```
75
76
#### 3d scatter plots in Dash
0 commit comments