Breadboard should have a standard method of creating graphs via one or two standard formats. Potential candidates are:
- CSV edge list (simplest)
- Static GEXF file (most complex)
API proposal
g.fromEdgeList(pathToFile, opts)
g.fromGEFX(pathToFile, opts)
Breadboard should have a standard method of creating graphs via one or two standard formats. Potential candidates are:
API proposal
g.fromEdgeList(pathToFile, opts)g.fromGEFX(pathToFile, opts)