Skip to content

alex-fe/Graphml-to-SVG-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphml-to-SVG-converter

Converts .graphml into .svg format.

e.g.

path = 'path/to/graphml/file.graphml'
g = Graph(path)
g.run()

Installation

Before the script can be run, one needs

  1. Python 3
  2. virtual environment

First enter your python virtualenv. To install the requirements, run the following command in your terminal window.

$ pip install graphml2svg