|
1
5
pandas不提供垂直堆栈图的原因是matplotlib
然而,stackplot最终只是一个填充的线条图。所以你可以用
|
|
|
2
1
(应该有更好的解决方案) 绘图-旋转90-垂直反射
|