any plotting library that implements this?
MSAGL has a good implementation.
Handbook of Graph Drawing and Visualization (2013)
11–20 of 31 posts
Re: Handbook of Graph Drawing and Visualization (2013)
#12If you have extra information about vertices you can use it to generate coordinates. Also: you can always augment coordinate proposals with something like the Louvain community detection algorithms at different resolutions and then MDS or UMAP etc.
Re: Handbook of Graph Drawing and Visualization (2013)
#13Re: Handbook of Graph Drawing and Visualization (2013)
#14any plotting library that implements this?
Check out Gephi and Cytoscape.
Re: Handbook of Graph Drawing and Visualization (2013)
#15Graphia is nice for interactive 3D visualizations of even large graphs.
Re: Handbook of Graph Drawing and Visualization (2013)
#16Or get all chapters in one PDF from LibGen: https://libgen.rs/search.php?req=Handbook+of+Graph+Drawing+a...
Or stitch one using pystitcher:
wget https://www.toptal.com/developers/hastebin/raw/norurilawu && pipx install pystitcher && pystitcher norurilawu output.pdfRe: Handbook of Graph Drawing and Visualization (2013)
#17It was a different time...
Page 807 (social networks)
Key to sociograms:
Girl, Boy
Colored Girl, Colored Boy
Housemother or instructor, Male instructor
Re: Handbook of Graph Drawing and Visualization (2013)
#18Or get all chapters in one PDF from LibGen: https://libgen.rs/search.php?req=Handbook+of+Graph+Drawing+a...
Or stitch one using pystitcher: wget https://www.toptal.com/developers/hastebin/raw/norurilawu && pipx install pystitcher && pystitcher norurilawu output.pdf
Thanks, didn't even know stuff like this existed
Re: Handbook of Graph Drawing and Visualization (2013)
#19any plotting library that implements this?
Venerable Graphviz has the main ones.
Re: Handbook of Graph Drawing and Visualization (2013)
#20any plotting library that implements this?
yFiles as well. In fact, parts of the book have been written by people involved in the early development of yFiles. I'm sure the dead tree variant of that book sits somewhere in a shelf in the office.