How to make edges Curve with Plot
I am trying to plot a very large graph with 200+ vertices and I want the vertices to curve around each other to make the graph more viewable. Is there a way to do this?
Asked: 2024-09-30 07:50:47 +0200
Seen: 180 times
Last updated: Sep 30 '24
I'm not completely clear on what you want. Can you provide more details or more explanation?
install dot2tex and graphivz (as distro packages preferably) and use
view(G)
to see Latex-compiled image.