Is it possible to use a python plot (e.g., distplot) in a dash app?
Yup! You can use any of the plots in https://plot.ly/python in Dash. You’ll just need to set the fig
object to the figure
attribute of the dcc.Graph
component. See Distplot in Dash in particular for displot.
2 Likes