Energy-Visualizer / eviz

Energy Visualizer (Summer 2024)
0 stars 0 forks source link

Sankey Changes #35

Open kenny5033 opened 1 week ago

kenny5033 commented 1 week ago

Currently, there are too many nodes showing up on the sankey diagrams. For example,

flowchart LR
    A["Resouces [of Hydro]"] --> B["Hydro [from Resources]"];
    B --> C["Manufacture [of Hydro]"];

Hydro [from Resources] should not show on the plot. As a more general rule, the columns of R and V and the rows of U and Y should be invisible.

Additionally, coloring is based on the prefix of the nodes. Hydro [something] should be counted as part of the Hydro colored nodes.