Converts .graphml
into .svg
format.
e.g.
path = 'path/to/graphml/file.graphml'
g = Graph(path)
g.run()
Before the script can be run, one needs
- Python 3
- virtual environment
First enter your python virtualenv. To install the requirements, run the following command in your terminal window.
$ pip install graphml2svg