Distance between vertex and label, size of label font and angle of label can be 
defined using keywords, but font of labels doesnt seem to be able to be 
defined. It seems that in igraph in R, fonts can be defined,but in Python the 
keyword seems useless. If the keyword vertex_label_font is defined when calling 
plot, say, 

igraph.plot(g__,layout=layout1,vertex_color=[color_list[x] for x in 
g__.membership],bbox=(300,300),vertex_label_font=5)

there wont be error reports, but the font will not change either whatever the 
value of vertex_label_font.Is it possible to define the font of labels?
_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to