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 location (x,y) option for CSV files #543

Closed
okke-formsma opened this issue Mar 5, 2012 · 5 comments
Closed

Export location (x,y) option for CSV files #543

okke-formsma opened this issue Mar 5, 2012 · 5 comments

Comments

@okke-formsma
Copy link

I would like to export location (x,y) data of nodes to a comma/tab-delimited file.

It is possible to export the location information to other formats, but not to CSV. Right now I have to use another export format and parse that, which is rather inconvenient.

@tarasklas
Copy link
Contributor

In general, you can use "Export Table" in Data Laboratory for csv export, but in that case location is standart column and I don't know whether it's possible to export it.

I can extend my Recast plugin in Data Laboratory to duplicate not only custom columns, but also standart ones: rgb, size and location, and you will be able to use "Export table" for CSV export.

@okke-formsma
Copy link
Author

In the data laboratory you can't export the table either. It would be cool to have a plugin orso work this. However, I have already worked around this by exporting to graphml and loading that file with python (networkx has importing code for that).

Anyway, thank you.

@eduramiba
Copy link
Member

Hi,
Yes, some plugin to create columns from nodes/edges size, position and color would be nice.
That would allow to export the data as a spreadsheet, or play with it.

Indeed, this could be done in both directions (use a column to define size, color or position).
Eduardo

@eduramiba
Copy link
Member

Hi,
These features are available in the Recast plugin mentioned previously.
Great work, Taras!

@repmax
Copy link

repmax commented Jul 2, 2018

In Gephi 0.9.2 you can export and import all properties with the "Scripting Plugin". https://github.com/gephi/gephi/wiki/Scripting-Plugin

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

No branches or pull requests

4 participants