Hi, does anyone know of a good program for drawing directed weighted graphs?
Thanks
|
7
10
|
|||||||||
|
|
7
|
Try Graphviz - it's open source and quite flexible as far as usage is concerned. It's good at automatic layouts etc, where for example Maple would make a mess of things. |
|||
|
|
|
1
|
Very simple, and easy to use for small graphs: GraphThing. It is in Ubuntu repositories. Here is home page: http://graph.seul.org/ It even computes some simple parameters. |
|||
|
|
|
1
|
I have used CaGe for some basic planar graphs. |
|||
|
|
|
1
|
https://networkx.lanl.gov/trac has a lot of options |
|||
|
|
|
13
|
Try Sage - it's open source and can draw weighted directed graphs. For example:
|
||||||||
|
|
2
|
Mathematica is quite good these days and exports in a bazillion formats. |
|||
|
|
3
|
To supplement William Stein's useful answer, here is a graph produced by running the code he
displays:
|
|||
|
|
|
1
|
Try programming in R for various types of Graphs and Data Analysis. The R Graphs Cookbook is an essential. You'll find it here. |
|||
|
|
|
5
|
Check out PGF/tikZ, which is freely available, and interacts extremely well with TeX and LaTeX. You can find examples here, examples of graphs here, and a nice manual here. A nice feature of the examples web page is that you can click on each example to get access to the code, which you can then copy-and-paste into your own LaTeX file, and then modify for your own purposes. |
|||
|
|
|
2
|
you can use $newgraph-1.1.3$ for drawing and analysis every graphs. It is very good free software. |
|||
|
|