benmaier / netwulf

Interactive visualization of networks based on Ulf Aslak's d3 web app.
MIT License
294 stars 26 forks source link

Post back to Python #5

Closed benmaier closed 5 years ago

benmaier commented 5 years ago

Sometimes you don't want a png, you want properties of the network like position and size of nodes. We should add a button which uses POST to transfer a json with all network properties back to python. Then you can easily replicate the work you put in, in whatever format.

benmaier commented 5 years ago
benmaier commented 5 years ago

This has been added.