Elektrine lite

← Feed

@dimpase@mathstodon.xyz

Post #1330061

2026-04-08 03:13 UTC

@MartinEscardo Python package networkx has a convertor from the dot format to its internal format, and from the latter various other formats. It's very easy to install (not sure how well-versed you are in Python, feel free to ask for more advice) See https://networkx.org/documentation/stable/reference/readwrite/dot.html#pygraphviz

Replies (1)

  • @dimpase@mathstodon.xyz 2026-04-08 03:16

    @MartinEscardo more precisely, networkx uses pygraphviz, and perhaps the latter alone is enough (although networkx has all kinds of topological sort implemented) https://pygraphviz.github.io/documentation/stable/index.html

    Open ##1330062