graph g { node [ shape="point" ]; { rank="same"; 1; 2; } 1 -- 2 -- 3 -- 4 -- 1 -- 3; 2 -- 4; }