From 580c5e63d1029da0577bbe4e67258b189a26afd7 Mon Sep 17 00:00:00 2001 From: Farzin Ghanbari Date: Tue, 12 Oct 2021 12:43:14 +0330 Subject: [PATCH] Update 3d-scatter-plots.md --- doc/python/3d-scatter-plots.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/python/3d-scatter-plots.md b/doc/python/3d-scatter-plots.md index b8e1b8714f1..f03b61061b4 100644 --- a/doc/python/3d-scatter-plots.md +++ b/doc/python/3d-scatter-plots.md @@ -70,6 +70,7 @@ fig = px.scatter_3d(df, x='sepal_length', y='sepal_width', z='petal_width', # tight layout fig.update_layout(margin=dict(l=0, r=0, b=0, t=0)) +fig.show() ``` #### 3d scatter plots in Dash