Skip to content

Commit

Permalink
Display plotly figure
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcor committed Feb 14, 2022
1 parent f9e76fc commit 4cba76b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/examples/applications/plot_3d_image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
import numpy as np
from scipy import ndimage as ndi

import plotly
import plotly.express as px
from skimage import (
exposure, util
Expand Down Expand Up @@ -332,6 +333,6 @@ def plot_hist(ax, data, title=None):
)
# Drop animation buttons
fig['layout'].pop('updatemenus')
fig.show()
plotly.io.show(fig)

plt.show()

0 comments on commit 4cba76b

Please sign in to comment.