What are people's favorite JavaScript library for drawing dynamic network node graphs? Cytoscape? D3? paper.js? p5.js? Or something else (comment below)?
#javascript #visualization #cytoscape #d3 #paperjs #p5js
@postmodern I still can recommend #VisJS
https://visjs.org
@postmodern #D3 is very good if you want lots of control over the visualization, like adding glyphs or CSS styling to nodes, but in general i recommend #VisJS too as it requires much less hands on.