Python plotly plots in dash

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