I have the location of the nodes in 2d data file which is written by my program
x0 = 0.12
y0 = 0.22
x1 = 0.12
y2 = 0.22 ..... 18 records for 9 node locations
I also have an adjacency matrix in data file which is written by my program
G00 = 1
G10 = 1
G70 = 0 ........81 records for 9 node locations
Can you guys help me plot those network nodes with connections to adjacent nodes?
Thanks a lot for looking into this.