Good programs to make graphs (complex systems) in linux

  • Thread starter UFSJ
  • Start date
  • #1
UFSJ
11
1
Hi guys,

my questions is simple and direct. I'm new in the study of complex systems and would like to know which programs are suggested to use to build a graphs, some thing as 1500 connected points.

Thanks a lot!
 

Answers and Replies

  • #2
Jarvis323
1,050
953
Hi guys,

my questions is simple and direct. I'm new in the study of complex systems and would like to know which programs are suggested to use to build a graphs, some thing as 1500 connected points.

Thanks a lot!
In python there is networkX, which is what I used before. I don't have anything to compare it to though.
https://networkx.org/

You might get more hits searching network rather than graph, because graph based models of complex dynamical systems are called complex networks rather than graphs in the literature.
 
  • Like
Likes pbuk and UFSJ
  • #3
pbuk
Science Advisor
Homework Helper
Gold Member
4,084
2,411
What do you want to do with the graphs once you have built them? If you just want to visualise them then graphviz is the obvious tool.
 
  • Like
Likes FactChecker, jedishrfu and Jarvis323
  • #5
UFSJ
11
1
What do you want to do with the graphs once you have built them? If you just want to visualise them then graphviz is the obvious tool.
Thanks pbuk. I'm trying this program. Actually look as very good!
 

Suggested for: Good programs to make graphs (complex systems) in linux

  • Last Post
Replies
9
Views
991
  • Last Post
Replies
1
Views
558
  • Last Post
Replies
5
Views
461
Replies
4
Views
414
Replies
17
Views
814
Replies
1
Views
454
Replies
0
Views
299
Top