-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graph drawing tools #68
Comments
Here are some of the codes I'm using to do this now.
|
There is some additional stuff in the above, but it has the things you need :) |
And in 3d
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a number of common visualization patterns that we'd like to do. I've been using NetworkX for this, but this seems like overkill as there is a big translation between their ids and our ids, which makes the process slightly tedious and error-prone.
G = GraphLocal()
Here xy, xyz are arrays with a row for each vertex with 1 or 2 coordinates.
Parameters
The text was updated successfully, but these errors were encountered: