import graphy
net, pos = graphy.graphgen.get_clique_of_rings_net_and_pos([5, 10, 20])
graphy.plotting.plot_graph(net, pos=pos) # doctest: +SKIP    
