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

Is the network supposed to change each time the module is run? #47

Closed
mamtakanvinde opened this issue Sep 5, 2015 · 7 comments
Closed
Labels

Comments

@mamtakanvinde
Copy link

I am getting a slightly different network each time I run the network module. Is it supposed to be like that?

Also in my network the edges aren't seen clearly! like the one in ideal output(rather cannot be seen atall)
PS: the previous output of graph module is- "graph has 129 nodes and 274 edges" is satisfied. But the network still does not show edges.

Did anyone face same problem?

@shreeshbhat
Copy link

Are the other friend nodes on the outer edge of the network? Edges not seen
clearly in the sense arrow marks are not present?
If yes, then check if you drew a DiGraph or a simple Graph. We are supposed
to draw a DiGraph.
On Sep 5, 2015 3:46 PM, "mamtakanvinde" notifications@github.com wrote:

I am getting a slightly different network each time I run the network
module. Is it supposed to be like that?

Also in my network the edges aren't seen clearly! like the one in ideal
output(rather cannot be seen atall)
PS: the previous output of graph module is- "graph has 129 nodes and 274
edges" is satisfied. But the network still does not show edges.

Did anyone face same problem?


Reply to this email directly or view it on GitHub
#47.

@mamtakanvinde
Copy link
Author

Yeah I had used a simple graph. Now its showing correctly.
Thanks a lot

@shreeshbhat
Copy link

I made the same mistake too :)
You can close this issue.
On Sep 5, 2015 4:03 PM, "mamtakanvinde" notifications@github.com wrote:

Yeah I had used a simple graph. Now its showing correctly.
Thanks a lot


Reply to this email directly or view it on GitHub
#47 (comment).

@mamtakanvinde
Copy link
Author

how to close it

@shreeshbhat
Copy link

I m not sure. I m replying through mail.
On Sep 5, 2015 4:12 PM, "mamtakanvinde" notifications@github.com wrote:

how to close it


Reply to this email directly or view it on GitHub
#47 (comment).

@syembadi
Copy link

syembadi commented Sep 6, 2015

While submitting your comment, you will see an option 'close and comment'.

@aronwc
Copy link
Member

aronwc commented Sep 6, 2015

You should use a DiGraph, not an undirected graph.

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

No branches or pull requests

4 participants