Forrest logo
back to context overview

mingle

List of commands for mingle:

  • mingle:tldr:4e853 mingle: Bundle the edges of one or more graph layouts (that already have layout information).
    $ mingle ${path-to-layout1-gv} ${path-to-layout2-gv ---} > ${path-to-output-gv}
    try on your machine
    explain this command
  • mingle:tldr:53a12 mingle: Display help for `mingle`.
    $ mingle -?
    try on your machine
    explain this command
  • mingle:tldr:768a2 mingle: Perform layout, bundling, and output to a picture with one command.
    $ dot ${path-to-input-gv} | mingle | dot -T ${png} > ${path-to-output-png}
    try on your machine
    explain this command
back to context overview