[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30711] [PATCH 1/1] guix: graph: Add Trival Graph Format (TGF) backe
From: |
Ludovic Courtès |
Subject: |
[bug#30711] [PATCH 1/1] guix: graph: Add Trival Graph Format (TGF) backend. |
Date: |
Mon, 12 Mar 2018 15:30:55 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hartmut Goebel <address@hidden> skribis:
> Side-note: I'd be interested in a tool for interactively rearrange dot
> graphs, zoom in/out, showing neighbors, etc. much like yed does. Any idea?
Tulip, which is developed in the lab next to where I work, should
support that:
http://tulip.labri.fr/TulipDrupal/
Ludo’.