First time here? Check out the FAQ!
answered 2017-04-09 17:25:24 +0100
You can do the disjoint union and then identify some vertices:
sage: I = g.disjoint_union(h) sage: I.merge_vertices([(0, 0),(1, 0)]) sage: I.plot()