Forrest logo
back to context overview

gvcolor

List of commands for gvcolor:

  • gvcolor:tldr:35865 gvcolor: Lay out a graph and colorize it, then convert to a PNG image.
    $ dot ${path-to-input-gv} | gvcolor | dot -T ${png} > ${path-to-output-png}
    try on your machine
    explain this command
  • gvcolor:tldr:521ac gvcolor: Colorize one or more ranked digraph (that were already processed by `dot`).
    $ gvcolor ${path-to-layout1-gv} ${path-to-layout2-gv ---} > ${path-to-output-gv}
    try on your machine
    explain this command
  • gvcolor:tldr:a8592 gvcolor: Display help for `gvcolor`.
    $ gvcolor -?
    try on your machine
    explain this command
back to context overview