igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] edge -> vertex


From: Gábor Csárdi
Subject: Re: [igraph] edge -> vertex
Date: Wed, 17 Feb 2010 22:47:08 +0100

Hi Shantanu,

you can use smaller fonts, shorter labels, or put the labels on the
plot "by hand", using the 'text' function. Or, if you only need to do
this once (or a few times), then export the plot into (say) an SVG
file that you can edit afterwards.

Gabor

On Wed, Feb 17, 2010 at 10:38 PM, Shantanu Jain <address@hidden> wrote:
> Hi Gabor,
>  Thank you so much this was very helpful.
> Also I am trying to plot a directed graph with edge labels.
> However, the labels of two edges between the same pair of vertex overlap.
> Is there a way to prevent that from happening?
> Thanks,
> Shantanu Jain
>
> On Wed, Feb 17, 2010 at 4:36 AM, Gábor Csárdi <address@hidden> wrote:
>>
>> Hi,
>>
>> g <- graph.ring(10, dir=TRUE)
>> g
>> get.edge(g, 5)
>>
>> Is this good?
>>
>> Gabor
>>
>> On Wed, Feb 17, 2010 at 2:06 AM, Shantanu Jain <address@hidden>
>> wrote:
>> > Hi,
>> > Is there any method provided by Igraph that takes an edge of a directed
>> > graph and returns the ordered vertices corresponding to it
>> > Thanks,
>> > Shantanu
>> >
>> > _______________________________________________
>> > igraph-help mailing list
>> > address@hidden
>> > http://lists.nongnu.org/mailman/listinfo/igraph-help
>> >
>> >
>>
>>
>>
>> --
>> Gabor Csardi <address@hidden>     UNIL DGM
>
>



-- 
Gabor Csardi <address@hidden>     UNIL DGM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]