bumatic/PyCatFlow

How is the graph stored?

bumatic opened this issue · 1 comments

How is the graph stored?

As of now I did the following:

svg = pcf.genSVG(nodes,50, heigth=800, palette=("viridis",12))
with open('example_output.svg', 'w') as of:
    svg.asSvg(of)

I think i figured it out.