Skip to content
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

Support for 3-dimensional layout #12

Open
nthomsencph opened this issue Jul 27, 2022 · 3 comments
Open

Support for 3-dimensional layout #12

nthomsencph opened this issue Jul 27, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@nthomsencph
Copy link

Networkx supports 3D network layouts, e.g. cords = nx.spring_layout(G, dim = 3, ...)

Any plans of adding support for this? I'm not too familiar with D3 but seems like it should be possible.

@JohnOmernik
Copy link

Do you have an example of D3 doing it? It would be good to see what output you are looking for.

@erdogant
Copy link
Owner

erdogant commented Aug 1, 2022

Not at the moment but that would be really awesome to have! I am going to put it on my wishlist.

@nthomsencph
Copy link
Author

So, the closest thing would probably be https://github.com/Niekes/d3-3d for D3. Something like their 3D scatter plot, maybe?

A similar approach is used in Plotly - Essentially using a 3D scatterplot to visualize NetworkX networks. Not sure whether this is the way to go for D3.

@erdogant erdogant added the enhancement New feature or request label Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants