I have a scale-free network with 800 nodes and m=3 and I generated it thanks of Barabasi-Albert model.
import networkx as nx import matplotlib as plt n=800 m=