awillats / circuit-visualizer-p5

(Experimental) visualizer for understanding networks and properties of their adjacency matrices
https://awillats.github.io/circuit-visualizer-p5/
Apache License 2.0
1 stars 0 forks source link

add to the list of alternatives #7

Open awillats opened 2 years ago

awillats commented 2 years ago

PyVis - can add interactivity, can use NetworkX: https://pyvis.readthedocs.io/en/latest/index.html

Plotly/Dash + NetworkX: https://plotly.com/python/network-graphs/

awillats commented 2 years ago

Directed Graph Editor by Ross Kirsling