elphick / mass-composition

Manage mass composition math operations and visualisation
https://elphick.github.io/mass-composition/
MIT License
1 stars 1 forks source link

Network Enhancements #88

Closed elphick closed 1 year ago

elphick commented 1 year ago

To improve the useability of the MCNetwork:

  1. allow export of a dictionary {name: MassComposition}
  2. node names on graphs
  3. allow empty network creation from a simple json
  4. load MassComposition objects(streams) onto existing network
elphick commented 1 year ago

items 1 and 4 are done.

elphick commented 1 year ago

item 2 done - Node names added to sankey (if set), but not (yet) to the network plot. item 4 done.

elphick commented 1 year ago

added arrows to plotly network plot