import graphy
mx = graphy.graphgen.gen_ring_matrix(30, 5)
graphy.plotting.plot_graph(mx) # doctest: +SKIP
