Y
Hacker News
new
|
ask
|
show
|
jobs
by
earljwagner
3397 days ago
From the perspective of a Dot/Graphviz user, this appears to allow you to define a graph, then program how it's laid out. Do I have that correct?
1 comments
thomasp85
3397 days ago
Yes, you use already available network packages like igraph and network (where you can import dot files) and then use the declarative API of ggraph to specify your plot
link