标签: python matplotlib sankey-diagram
我想绘制一张Sankey图/河图,类似于:
Sankey diagram http://www.maartenlambrechts.be/wp-content/uploads/2014/09/PolitiekeVerschuivingen.png
我有用于绘制线图的数据,我想使用相同的X和Y向量来绘制Sankey图。
我想从X0,Y0开始,经过X1,Y1等等,以Xn,Yn结束。