MPIBGC-TEE / bgc_md2

New development version of the biogeochemical model database bgc_md
GNU General Public License v3.0
8 stars 21 forks source link

change graph display from matplotlib to something more interactive #34

Open mamueller opened 3 years ago

mamueller commented 3 years ago

candidates:

examples: https://github.com/MPIBGC-TEE/bgc_md2/tree/iss16-vegetation-cycling-matrices/prototypes/GraphLibExamples/ModelGraphs

mamueller commented 3 years ago

There are some examples of the computability graphs which I have not yet linked. I am still working on it.

mamueller commented 3 years ago

Found a very simple d3.js based interactive graph plotter, which could be very useful to build complete compartmental models, which is the second important use case for the improved graph plotting and interaction. (besides the computability graphs)

https://bl.ocks.org/cjrd/6863459

The only thing missing is a way to add edge attributes (in our case sympy expressions for the fluxes)