Grapher is a small utility built in JavaScript for drawing graphs (the vertices/edges kind). I couldn't find a way of easily making vectorized graphs in LaTeX, so this hopefully makes it easier to include simple graphs in homework, papers, etc.
To use Grapher, simply clone this repository into any directory. index.html
is a very simple webpage that demonstrates how Grapher may be used.
Grapher is released under the MIT License.