Skip to content

lichengzhang2/gtools-of-Mathematica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

graph tools of Mathematica

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published