The program will get input in form of a matrix that is a latin square.
This matrix will be dealt with as an adjacency matrix for a graph, each cell of the matrix representing the color. How can I plot such matrices?
1 | initial version |
The program will get input in form of a matrix that is a latin square.
This matrix will be dealt with as an adjacency matrix for a graph, each cell of the matrix representing the color. How can I plot such matrices?
2 | No.2 Revision |
The program will get input in form of a matrix that is a latin square.
This matrix will be dealt with as an adjacency matrix a blueprint for a complete graph, each cell of the matrix representing the color.
How can I plot such matrices?