I need to make a nicer-looking version of this image:

Is there some program that generates these graphs? Or are they done by hand in something like Visio?
(I'm on Mac OS X, and I have access to Windows if needed)
|
I need to make a nicer-looking version of this image:
Is there some program that generates these graphs? Or are they done by hand in something like Visio? (I'm on Mac OS X, and I have access to Windows if needed) |
||||
|
|
Try Graphviz. |
|||||||||
|
|
Sage can generate graphs. It's like Mathematica/Maple but it's open source and free. |
|||
|
|
|
If you use $\LaTeX$, tikz is very nice for making graphs (I use it all the time to make commutative diagrams). Otherwise one could use pretty much any vector graphics program, for example the free (as in freedom and in beer) inkscape. There's also dia, though it is more for UML-like diagrams. |
|||
|
|
|
I've found Gliffy to be a great method of doing this, and it has the advantage of being totally web based--nothing to install or screw up across operating systems. |
|||
|
|
|
The igraph library for R allows you to plot graphs. Combined with tikzDevice, it can also produce LaTeX output of the plots. Here's an example:
The graph itself was produced using the R code
and was plotted to a LaTeX file using the R code
|
|||
|
|