[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] rglplot edge labels
From: |
Gábor Csárdi |
Subject: |
Re: [igraph] rglplot edge labels |
Date: |
Wed, 2 Jul 2014 13:25:02 -0400 |
Hi, yes, I can reproduce this, a bug in igraph, it seems.
https://github.com/igraph/igraph/issues/639
Thanks for telling us.
Gabor
On Tue, Jul 1, 2014 at 3:16 PM, DANA MASTROVITO
<address@hidden> wrote:
> Hello,
>
> I have created a graph in igraph using the graph.edgelist constructor. I
> would like to plot the graph in 3 dimensions using rglplot. I have
> successfully created the plot, however I have been unable to include edge
> labels in the plot. When I include the
>
> edge.label = labelnames
>
> in the rglplot command I get the error:
>
> Error in layout[,4] : subscript out of bounds
>
> However, if I use the same labelnames variable and plot the graph in 2
> dimensions there is no error.
>
> The labelnames variable is an array of 23 elements and the edge list
> variable is a matrix with dimension 23,2
>
> Can you tell me what I am doing wrong.
>
> Thank you.
> Sincerely,
> Dana
>
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>