LuxorGraphPlot
Features
- automatically detecting the size of the diagram by combining
nodestore
andwith_nodes
. - connecting nodes with edges, finding middle points and corners of the nodes. Related APIs:
Luxor.midpoint
,left
,right
,top
,bottom
,center
,boundary
. - simple graph layouts, such as
SpringLayout
,StressLayout
,SpectralLayout
,LayeredSpringLayout
andLayeredStressLayout
.