botch-graphml2dot - converts graphml to dot
Contents
Bugs
See <http://bugs.debian.org/botch>.
Copyright
Copyright 2012-2014 Johannes Schauer, Pietro Abate
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser
General Public License as published by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. A special linking exception to the GNU Lesser General Public License
applies to this library, see the COPYING file for more information.
perl v5.40.0 2025-02-13 BOTCH-GRAPHML2DOT(1)
Description
Convert a graph in GraphML format to dot. If either (or both) of the positional arguments is/are omitted,
then read graphml from standard input and/or write graphml to standard output, respectively. Passing a
'-' as either argument, explicitly specifies to read the input from standard input and write the output
to standard output, respectively.
Example
Do some graph operations:
botch-graph-neighborhood --depth=1 srcgraph_acyclic.xml icewease.xml src:iceweasel
botch-graphml2dot iceweasel.xml iceweasel.dot
tred < iceweasel.dot > iceweasel_tred.dot
Name
botch-graphml2dot - converts graphml to dot
Options
-h,--help
Show help.
-v,--verbose
Be verbose.
See Also
Debian doc-base Manual /usr/share/doc/botch/wiki/Home.htmlSynopsis
botch-graphml2dot [options] [g.xml] [h.dot]
