You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current syntax: IGAdjacencyMatrixPlot[graph, vertices].
Should extend to: IGAdjacencyMatrixPlot[graph, vertices1, vertices2], which plots a sub-matrix based on the rows and columns corresponding to the two given vertex sets. This will be useful for plotting bipartite incidence matrices.
The text was updated successfully, but these errors were encountered:
Current syntax:
IGAdjacencyMatrixPlot[graph, vertices]
.Should extend to:
IGAdjacencyMatrixPlot[graph, vertices1, vertices2]
, which plots a sub-matrix based on the rows and columns corresponding to the two given vertex sets. This will be useful for plotting bipartite incidence matrices.The text was updated successfully, but these errors were encountered: