Graph chart labels

Source code Author

using Deneb, Graphs, NetworkLayout

g = smallgraph(:cubical)

chart = plotgraph(g, node_labels='a':'h', edge_labels=1:12)

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