Re: Graphs in LaTeX: Have you heard about GraphViz? It’s a more specialized, and therefore more convenient, language for creating graphs.
I’ve got a little tool that lets you use GraphViz to generate nicely rendered SVGs, right on the web:
Graph Generator
For example, this:
digraph G { stupidity->wrongness; dishonesty->wrongness }
Turns into this:
Re: Graphs in LaTeX: Have you heard about GraphViz? It’s a more specialized, and therefore more convenient, language for creating graphs.
I’ve got a little tool that lets you use GraphViz to generate nicely rendered SVGs, right on the web:
Graph Generator
For example, this:
Turns into this: