NetworkX

Previous topic

empty_graph

Next topic

grid_graph

grid_2d_graph

grid_2d_graph(m, n, periodic=False, create_using=None)[source]

Return the 2d grid graph of mxn nodes, each connected to its nearest neighbors. Optional argument periodic=True will connect boundary nodes via periodic boundary conditions.