Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The cora sites graph is not connected? #29

Closed
bapriddy opened this issue Jan 13, 2019 · 6 comments
Closed

The cora sites graph is not connected? #29

bapriddy opened this issue Jan 13, 2019 · 6 comments

Comments

@bapriddy
Copy link

bapriddy commented Jan 13, 2019

@tkipf

When I displayed the graph I got a graph with many components. Is this correct? pdf attached. Maybe you included extra info in the edge list?

cora.pdf

@tkipf
Copy link
Owner

tkipf commented Jan 13, 2019 via email

@bapriddy
Copy link
Author

Got it. Thanks!

@ZHUXUHAN
Copy link

ZHUXUHAN commented Jan 17, 2019

@tkipf

When I displayed the graph I got a graph with many components. Is this correct? pdf attached. Maybe you included extra info in the edge list?

cora.pdf

hello
can you tell me how to visualize the data?

@preetham-salehundam
Copy link

@tkipf

When I displayed the graph I got a graph with many components. Is this correct? pdf attached. Maybe you included extra info in the edge list?

cora.pdf

How did you plot the graph?

@bapriddy
Copy link
Author

bapriddy commented Apr 24, 2019

@tkipf @ZHUXUHAN @preetham-salehundam
My apologies for not responding sooner! I used mathematica (below) for this but there are many other ways. Gephi is a free open source code that installs quickly. You could probably use python...

M := Import["cora", "Table"];
Ev := EdgeList[M];
g := Graph[Ev];
A := AdjacencyMatrix[g]
G := AdjacencyGraph[A];
GraphPlot[G]

@bapriddy
Copy link
Author

solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants