François Briatte
François Briatte
Thanks for the detailed report. Could you try passing `"fr"` instead of `"fruchtermanreingold"` to the `layout` argument? That's how `igraph` calls that placement algorithm, so that's how you want to...
Thanks @komalsrathi and @almeidasilvaf Does this work on your end? It should: ```r ggnetwork::ggnetwork(n, layout = with_fr()) ``` Note that `cell.jitter` is not a valid parameter for `igraph`'s Fruchterman-Reingold layout...
Hi @peranti and @justinchuntingho Apologies for the slow reply. I haven't updated `ggnetwork` in a while, and have left your issues unattended because I thought the fix I posted earlier...
@almeidasilvaf Many thanks for your message, that's encouraging! @komalsrathi That's also good news, thanks. It's strange, however, because if I remember correctly, `"fruchtermanreingold"` is how the layout algorithm is called...
@komalsrathi Thanks! Looks legit, at least from a graphical perspective. However, your codes does fail with `ggnetwork` 0.5.8 (you are using v0.5.1). That's because we added support for `igraph` layouts,...
Hi @achmurzy Thanks for reporting this, and sorry for answering earlier. Yes, please do post your code. It seems like you are are trying to display arrows at the end...
Thanks for that question. I bookmarked `ggiraph` some time ago, but am not too much into interactive widgets and did not explore interactivity with `ggnetwork`. The [vignettes](https://cran.r-project.org/web/packages/ggiraph/index.html) of `ggiraph` suggest...
P.S. @jalapic just found your [interactive network viz slides](http://curleylab.psych.columbia.edu/netviz/), very impressive job!
Hi @ghost Are you still having this issue, and could you please post a reproducible example? I do not figure the issue, and suppose that it can be solved with...
## Review checklist for @briatte ### Conflict of interest - [ ] I confirm that I have read the [JOSS conflict of interest (COI) policy](https://github.com/openjournals/joss/blob/master/COI.md) and that: I have no...