Skip to content

Commit dfd9954

Browse files
committed
Display Plotly figure when running script from CLI
1 parent a795764 commit dfd9954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples/applications/plot_3d_image_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,6 @@ def plot_hist(ax, data, title=None):
332332
)
333333
# Drop animation buttons
334334
fig['layout'].pop('updatemenus')
335-
fig
335+
fig.show()
336336

337337
plt.show()

0 commit comments

Comments
 (0)