Distribution plot with multiple linetypes

is it possible to have a solid line and dashed line in create_distplot?

Ie is there a command like:

fig = ff.create_distplot(…, linestyle=[‘solid’ , ‘dashed’])

i hope it makes sense thanks

found the Looong workaround by pulling the x’s and y’s and then doing a new plot.

x = fig[“data”][0][“x”]