Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 609 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 609 Bytes
glist = Import["!geng 7 -t -C", "Graph6"];
Grid[Partition[
  Table[Labeled[
    Graph[glist[[i]], GraphLayout -> "CircularEmbedding", 
     PlotTheme -> "Monochrome", VertexSize -> .17 {1, 1}, 
     ImageSize -> {50, 50}, VertexStyle -> GrayLevel[.6]], 
    Style[i, FontFamily -> "Baskerville"], Bottom], {i, 
    Length[glist]}], UpTo[10]], Frame -> All]

image

  1. Function: rotateGraph
 rotateGraph[g, 45 Degree]

image