I have a graph where i plot the degree distribution of a graph. Here is my code:
G = nx.read_edgelist(\'mygraph\', create_using= nx.Graph(), nodetype=int) de