Lots of edges on a graph plot in python

后端 未结 3 926
别跟我提以往
别跟我提以往 2020-12-16 15:42

I have following script:

import pandas as pd
from igraph import *

df_p_c = pd.read_csv(\'data/edges.csv\')

...

edges = list_edges
vertices = list(dict_cas         


        
3条回答
  •  抹茶落季
    2020-12-16 16:07

    Do you know what meaning you are looking for? Or are you exploring? Or is this a specific question about zooming issues?

    So far, you have done a good job of seeing the overall structure. Some ideas you might consider making new vocabulary with a few routines to support it. For example, if you make a small cluster be the set of points and edges that are together, then you can plot histograms, visualizations of clusters overlayed on each other, compare clusters with and without long nodes, and so one.

提交回复
热议问题