From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evOTl-0007E5-K0 for guix-patches@gnu.org; Mon, 12 Mar 2018 10:31:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evOTg-00026I-2t for guix-patches@gnu.org; Mon, 12 Mar 2018 10:31:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49138) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evOTf-00025i-Vu for guix-patches@gnu.org; Mon, 12 Mar 2018 10:31:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1evOTe-0001Z7-DQ for guix-patches@gnu.org; Mon, 12 Mar 2018 10:31:03 -0400 Subject: [bug#30711] [PATCH 1/1] guix: graph: Add Trival Graph Format (TGF) backend. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180305114136.7207-1-h.goebel@crazy-compilers.com> <87h8pu8msv.fsf@gnu.org> <87po4hxznk.fsf@gnu.org> <8a311dbb-676e-17ee-79df-d0ab52c6f752@crazy-compilers.com> <20180306220521.555dd2a6@alma-ubu> Date: Mon, 12 Mar 2018 15:30:55 +0100 In-Reply-To: (Hartmut Goebel's message of "Tue, 6 Mar 2018 22:23:23 +0100") Message-ID: <874lllpdr4.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Hartmut Goebel Cc: 30711-close@debbugs.gnu.org Hartmut Goebel 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=E2=80=99.