1GML2GV(1)                   General Commands Manual                  GML2GV(1)
2
3
4

NAME

6       gml2gv - GML-DOT converter
7

SYNOPSIS

9       gml2gv [ -?  ] [ -ooutfile ] [ files ]
10

DESCRIPTION

12       gml2gv  converts  a graph specified in the GML format to a graph in the
13       GV (formerly DOT) format.
14

OPTIONS

16       The following options are supported:
17
18       -?     Prints usage information and exits.
19
20       -ooutfile
21              Prints output to the file outfile. If  not  given,  gml2gv  uses
22              stdout.
23
24
25       OPERANDS
26              The following operand is supported:
27
28       files   Names of files containing 1 or more graphs in GML.  If no files
29               operand is specified, the standard input will be used.
30

RETURN CODES

32       Return 0 if there were no problems during conversion; and  non-zero  if
33       any error occurred.
34

LIMITATIONS

36       As  both  the  graph  and graphics models of GV and GML differ signifi‐
37       cantly, the conversion is at best approximate. In particular, it is not
38       clear  how multiedges are differentiated in GML, so multiedges are cre‐
39       ated in GV with no user-available key. Also, no  attribute  information
40       is lost, in that any GML attributes that aren't converted to GV equiva‐
41       lents are retained as attributes in the output graph.
42

AUTHORS

44       Emden R. Gansner <erg@research.att.com>
45

SEE ALSO

47       dot(1), libcgraph(3)
48
49
50
51                                  9 July 2009                        GML2GV(1)
Impressum