From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: Massive graph Date: Sun, 14 Feb 2016 09:13:28 +1000 Message-ID: <56BFB898.8010700@uq.edu.au> References: <20160213164723.GB19241@thebird.nl> <87a8n4tfyl.fsf@elephly.net> <20160213223011.GA20723@thebird.nl> <20160213224517.GE1176@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUjNt-0005YL-Ke for guix-devel@gnu.org; Sat, 13 Feb 2016 18:13:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUjNp-000897-7j for guix-devel@gnu.org; Sat, 13 Feb 2016 18:13:48 -0500 Received: from mailhub2.soe.uq.edu.au ([130.102.132.209]:59015 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUjNo-00088v-Ls for guix-devel@gnu.org; Sat, 13 Feb 2016 18:13:45 -0500 In-Reply-To: <20160213224517.GE1176@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari , Pjotr Prins Cc: guix-devel@gnu.org On 14/02/16 08:45, Leo Famulari wrote: > On Sat, Feb 13, 2016 at 11:30:11PM +0100, Pjotr Prins wrote: >> On Sat, Feb 13, 2016 at 11:15:14PM +0100, Ricardo Wurmus wrote: >>> Pjotr Prins writes: >>> >>>> I am packaging the software that makes up http://genenetwork.org/. >>>> >>>> http://biobeat.org/gn2.svg >>> Woah! Nice how this gets close to the complexity of gene networks, >>> e.g. this one: http://www.john.ranola.org/Files/RadNetFull.pdf >> We could do a hair-ball of the full Guix repository at some point :) > I've killed `dot` after several minutes of trying to render a really > large graph in PNG format. I wonder if it's up to the task! From memory of probably outdated versions, svg output is much more efficient, maybe give that a go. ben