from d3blocks import D3Blocks # Initialize d3 = D3Blocks() # Import example df = d3.import_example('energy') # Link settings d3.sankey(df, link={"color": "source ...
When I wanted to draw a sankey diagram in matplotlib, I discovered that the interface offered by matplotlib.sankey was on one hand extremely powerful, but on the other hand much more complicated than ...