First time here? Check out the FAQ!
asked 11 years ago
D = Poset({ 1:[2,3], 2:[4], 3:[4,5] }) D.plot(label_elements=True) D.plot()
updated 11 years ago
D = Poset({ 1:[2,3], 2:[4], 3:[4,5] }) D.plot(label_elements=True) D.plot()D.plot()