I recently looked into linear Groups such as the general and special linear group of finite fields. To get a better intuition for groups of that type, I wanted to look at cycle graphs for some of those groups. I already drew some cycle graphs for groups that have a small order. (6,24,48)
As you can imagine when the order gets bigger I don't want to draw them by Hand anymore. (when I say hand I mean LaTex/Tikz and some Haskell code).
So what I am asking is if there is a way to generate cycle graphs (adjacency list or image of drawn graph) with GAP or any other software. (I know that GAP can generate Cayley graphs)