Trying to LaTeX the graph generated by something like
Permutation([3,1,2]).show()
The command
latex(Permutation([3,1,2]).show())
returns the graph followed by \mathrm{None}
1 | initial version |
Trying to LaTeX the graph generated by something like
Permutation([3,1,2]).show()
The command
latex(Permutation([3,1,2]).show())
returns the graph followed by \mathrm{None}