[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Plotting Graphs and Edge Ordering
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] Plotting Graphs and Edge Ordering |
Date: |
Sat, 30 Nov 2013 21:08:23 +0100 |
Hi Pier-André,
I have added “edge_order” and “edge_order_by” as keyword arguments to
Graph.__plot__ so you can now use these to specify the order in which edges
will be drawn on a plot. See the following patch on Github:
https://github.com/igraph/igraph/commit/3af38f8
This will be included in igraph 0.7.
--
T.
On Thursday, 28 November 2013 at 20:05, Tamás Nepusz wrote:
> Hi,
>
> Hmmm… we already have an option named “vertex_order” and “vertex_order_by” to
> sort the vertices before drawing (at least in the development tree; not sure
> about igraph 0.6.5), so I guess it would be logical to have “edge_order” and
> “edge_order_by” as well. I’ll check how complicated it would be to implement
> this.
>
> Best,
> --
> T.
>
>
> On Thursday, 28 November 2013 at 18:00, Pier-André Bouchard St-Amant wrote:
>
> > Hello All,
> > A little helper on the plotting of graphs and edges:
> >
> > http://www.pabsta.qc.ca/en/articles/plotting-graphs-and-edge-ordering
> >
> > It would be useful to have some sorting options when drawing graphs, but I
> > recon it is probably not a priority.
> >
> > Best,
> >
> > Pier-André
> >
> > --
> > Pier-André Bouchard St-Amant, Ph.D.
> > Post-Doctoral Research Fellow, INET
> > ineteconomics.org (http://ineteconomics.org)
> > www.pabsta.qc.ca (http://www.pabsta.qc.ca)
> >
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > igraph-help mailing list
> > address@hidden (mailto:address@hidden)
> > https://lists.nongnu.org/mailman/listinfo/igraph-help
>