💾 Archived View for freeshell.de › tldr › edgepaint.gmi captured on 2023-07-10 at 14:26:22. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Colorize edges of a graph layout to clarify crossing edges.
Graphviz filters: `acyclic`, `bcomps`, `comps`, `edgepaint`, `gvcolor`, `gvpack`, `mingle`, `nop`, `sccmap`, `tred`, & `unflatten`.
edgepaint {path/to/layout1.gv} {path/to/layout2.gv ...} > {path/to/output.gv}
edgepaint -color-scheme={accent7} {path/to/layout.gv} > {path/to/output.gv}
dot {path/to/input.gv} | edgepaint | dot -T {png} > {path/to/output.png}
edgepaint -?
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).