Using the graph function in Adjacency Matrix Graph Construction, I am trying to plot a single undirected graph for two correlation matrices with edges identified by 1 and otherwise 0.
Both matrices share the same nodes but different edges. I am struggling to plot them in the same graph so that they share the same coordinate system and a clear comparison can be made straight from the graph. The two matrix graphs can be seen below:
Ideally, I would like them to be plotted on the same graph with the same node coordinate system with two different colours, one for each matrix.