Graphdrs is a tool to draw simple graphs, highlight certain parts of those graphs and export them in SVG format. Only supported graph format is graph6.
Install Rust and cargo following the instructions.
Clone this repository.
Build with cargo build --release
.
The compiled binary can be found at graphdrs/target/release/graphdrs
.