Search found 1 match

by DivineBoss
Wed Dec 07, 2022 12:03 pm
Forum: Graphics, Figures & Tables
Topic: Getting an image of a graph using an adjacency matrix
Replies: 0
Views: 2358

Getting an image of a graph using an adjacency matrix

Good afternoon, I ran into the problem of creating an image of a graph.

Available data - generated adjacency matrices of graphs

It is required to output graph images based on these adjacency matrices

All the solutions I have seen require a separate array of coordinates of each vertex, for this I ...