Drawing a graph - fixing its layout
Hello!
I would like to draw a simple graph G and its complement ¯G. I was asked to make the drawing such that it is evident that the drawings are complementary. More precisely I was advised to draw G and ¯G such that the coordinates of the vertices of G are the same as the one for ¯G.
What would be an easy way to accomplish this in Sage?
Thank you