-
Notifications
You must be signed in to change notification settings - Fork 23
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
Allow color/size export #113
Comments
+1, I hope this could be added, too |
hi, @sim51 is this possible |
I did not examine the example file, but that information remained there as they were color-sized after the initial load. |
I don't really see what you mean by "allow color/size of nodes / edges to be stored locally". What I can say is when you change the color, size, etc of a graph, save it locally (ie export it as a gexf), and then you load it in gephi-lite, you lost what you have done in the appearance panel. |
Thanks for your reply and the screenshot, the issue is well defined now. FYI, the gexf format is not good enough right now for our use-case (we also work on the next syntax of gexf format). On nodes, gexf has the following attributes : size, color, label and properties. When you load a graph on gephi-lite per default, we took those values. During our next sprint on gephi-lite, we will discuss the file formats that we want to use on gephi-lite. |
Thanks for the explanation, now I know more about .gexf, it makes sense that we don't override those information when they are parts of the attributes. Looking forward to the next sprint! @sim51 , gephi-lite is already extra-amazing to me. |
Thanks @sim51 is there any workaround for now, where I could reset color/ size values from the exported file. |
Unfortunately, none to my knowledge |
By discussing with @jacomyal , it's a bug. |
Ah... seems we just do the filter of the graph imported when exporting and not add attributes of appearance from the appearanceState, if it's good to go, I can try PR to add appearance states into file when exporting, is that ok? |
Hi @wey-gu, |
WOW thanks for the quick change and warm welcome! I really like gephi-lite and will definitely try to contribute in the future! |
After editing the graph, allow color/size of nodes / edges to be stored locally.
The text was updated successfully, but these errors were encountered: