.plot() displaying cycle graphs as huge pretzels
That big morass of vertices on the left is actually just a single cycle. Is there any way to get Sage to render it more sensibly? I'd use layout=planar
but as you can see this isn't a simple graph, the 0 vertex is connected to itself.
I suspect this might just be Sage trying to fit the large cycle into a small space, is there some way to tell it what size image to use?