Closed ko-ichi-h closed 9 years ago
Well, the real fix would be to draw straight lines instead of Bezier curves for edges with curved=0
.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
With recent versions (0.7.1 and 0.7.0) of igraph R package, I find that edge lines are waving in saved metafiles. Please see the “before” figure of the attached image.
It can be fixed like the “after” figure by changing the following line in the “igraph.Arrows” function.
I changed this line as follows to make the “after” figure.
BTW, thank you very much for developing such a nice software!