igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] edge.label is not readable on igraph


From: Mike Dylan
Subject: Re: [igraph] edge.label is not readable on igraph
Date: Wed, 21 Nov 2012 12:54:03 -0800 (PST)

actually, I found the anser to this question by doing edge.label=E(g)$Freq.
 
I have anohter question relating to this. I like to use start layout but I like the edge.arrow to reverse directions. For exampe rather thatn doing this <------ I like to this ----->, any ideas?

On Wednesday, November 21, 2012 3:39:41 PM UTC-5, Mike Dylan wrote:
When I try to put edge label like this: edge.label=t$Freq, the label is not redable. Is this a known problem, is there a work aournd.
 
 
plot(g, layout = layout.star(g, order=NULL),  vertex.label = V(g)$name,  vertex.label.color= "darkblue",  edge.arrow.size=0.9,  edge.curved=T, edge.label=t$Freq, edge.label.color="#F900F9", edge.label.font=10,vertex.shape="rectangle",edge.color="darkgreen"))
 
my data frame loooks like this:
 
app  app1  Freq
10    20      2
11    32      8
 
I like to print the Freq on the edge.label.

reply via email to

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