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?
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?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2024-09-30 07:50:47 +0100
Seen: 150 times
Last updated: Sep 30
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.