我想为 2 个不同的 pandas 数据框绘制两个直方图,共享相同的 x 轴,使用绘图袖扣(或者如果不可能,则仅绘图)
以下代码绘制了 2 个不同的图,不共享 x 轴
df1.iplot(kind='histogram') df2.iplot(kind='histogram')
我希望两个直方图共享相同的 x 轴
python pandas plotly
pandas ×1
plotly ×1
python ×1