G3 = DiGraph({1:[2],2:[3],3:[1]})
G3.plot()
G3.adjacency_matrix()