briatte / ggnet

Network visualization with ggplot2
https://briatte.github.io/ggnet/
194 stars 33 forks source link

large network #35

Closed alvarenga-allan closed 5 years ago

alvarenga-allan commented 5 years ago

When I tried plot a network I receive this error "Removed 509 rows containing missing values (geom_segment). " I dont know what the problem is, the lines and collumns colapsed in the same edges and others lists are created. in same matrices I cannot have this error. sorry if is my bad, i can't find a solution. image

briatte commented 5 years ago

Dear @allan296

Thanks for reporting this, and sorry for answering only now.

It's not possible for me to understand what is happening from your screenshot: I'd need a copy of your network object.

Please copy the structure of your object into e.g. a Gist, and post the link to it:

dput(bip)

Closing the issue since it seems like the problem is with the network object and not ggnet itself.