情节中的Seaborn函数

我有这个数据集。

A = [f,f,w,f,w,f,w,w,w,f] B = [0,0,1,0,1,0,0,0,1,1]

在seaborn中,我如下图所示。.如何在Plotly中绘制?

Image Seaborn Plot

非常感谢...