Re: [Tutor] Multi Layered Graphs

2014-01-27 Thread Albert-Jan Roskam
-- On Sun, Jan 26, 2014 11:23 PM CET Ankit Arora wrote: >I'm working on a project which involves network graphs. Is there a library >that can help me do this: > >I want to create multi-layered graphs i.e. graphs which contain a set >number of vertices but multiple 'lay

Re: [Tutor] Multi Layered Graphs

2014-01-27 Thread spir
On 01/26/2014 11:23 PM, Ankit Arora wrote: I'm working on a project which involves network graphs. Is there a library that can help me do this: I want to create multi-layered graphs i.e. graphs which contain a set number of vertices but multiple 'layers' of edges i.e. same set of vertices repres

Re: [Tutor] Multi Layered Graphs

2014-01-26 Thread Steven D'Aprano
On Mon, Jan 27, 2014 at 03:53:38AM +0530, Ankit Arora wrote: > I'm working on a project which involves network graphs. Is there a library > that can help me do this: > > I want to create multi-layered graphs i.e. graphs which contain a set > number of vertices but multiple 'layers' of edges i.e. s