from d3blocks import D3Blocks # Initialize d3 = D3Blocks() # Import example df = d3.import_example('energy') # Link settings d3.sankey(df, link={"color": "source ...
Note to self: This is an example of how powerful Sankey Diagrams can be for visualizing proportionality and flow of amount. This type of diagram can easily be created in Python using the Matplotlib ...