Why curved edges are invisible in igraph plotting?
问题 In python igraph plotting with cairo PDF, curved edges set either by edge_curved = X or autocurve = True , edges are invisible in the PDF output. Same stands for PNG. Arrowheads and all other graphic elements are visible. Setting the edges straight, they become visible. Here is a minimal example: import igraph g = igraph.Graph.Erdos_Renyi(n = 23, m = 123) igraph.plot(g, autocurve = True, edge_width = 0.02) 回答1: With edge width below 0.051 the curved edges are always invisible. Actually all