View graphml file
Asked Answered
C

2

22

I recently found a .graphml file but have no idea how to open it from command line. Do I need to install something to view such files in ubuntu from command line? I tried google but could not find any result related to this topic.

Commendatory answered 19/6, 2015 at 0:20 Comment(1)
GraphMl viewer for network visualization exampleRooster
S
32

Graphml is the standard file format for graph yED editor. This editor can be downloaded on any platform (linux, mac ,windows).

The documentation about the graphml format itself, xml-based, can be found here.

Sile answered 9/9, 2015 at 15:30 Comment(0)
B
2

grpahviz comes with a tool to translate graphml to dot language.

For simple visualizations you can do:

graphml2gv input.graphml  | dot -Tpdf -o out.pdf
Belonging answered 4/10, 2022 at 13:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.