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

Export z-coordinate if present #39

Open
computermacgyver opened this issue Jan 11, 2014 · 1 comment
Open

Export z-coordinate if present #39

computermacgyver opened this issue Jan 11, 2014 · 1 comment

Comments

@computermacgyver
Copy link
Member

New layout algorithms (e.g., https://marketplace.gephi.org/plugin/force-atlas-3d/ ) produce 3D layouts with z-coordinates. Export these when saving JSON if present.

Does this need to be an option in the export?

It doesn't seem there is a designated missing value.
http://gephi.org/docs/api/org/gephi/graph/api/NodeData.html
http://gephi.org/docs/api/org/gephi/graph/api/Spatial.html#z()

Testing shows default z-value is 0, but it is probably unwise to assume 0 means a z-value has not been set. Need to provide an option to "Include z-coordinate even if zero" in export.

@L0y3r
Copy link

L0y3r commented Oct 14, 2022

Is there any news about this? I would be glad to contribute to this project but I would like to know where is the code where x and y are taken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants