Graph chart layout

Source code Author

using Deneb, Graphs, NetworkLayout

g = smallgraph(:petersen)

chart = plotgraph(g, layout=Shell(nlist=[6:10, ]))

This page was generated using DemoCards.jl and Literate.jl.