Open nabsiddiqui opened 1 year ago
If you add ?gexf=URL_OF_GEXF_FILE
, gephi-lite will be initialized with the provided gexf.
I recommend you to take a look at retina which is a tool that has been designed to share graphs on the web.
Thank you so much for the quick response @sim51 . I did not know about the option to add the URL. This may be useful to add in the documentation or have a quick button that says something like "Share" when the user creates and/or saves a gist.
I have used Retina in the past, but this provides some benefits for running layouts, etc. that it does not have. Currently, I have to open up a new Windows computer because Gephi on Mac is still not loading(https://github.com/gephi/gephi/issues/2546).
Made some tests for "fun" and as long as the graph is small enough, it can be provided as data URL :
There is probably a way to make the url shorter but I am not good enough at this.
The parameter was renamed to file=
in the meantime.
It would be amazing to have a share button in the interface. Alongside this, I'd love to also store the interface settings. This would allow me to share a link to another person, they open it and are ready to explore the graph as I have seen it, e.g. with my custom edge color, at the correct zoom position and x,y coordinates in the graph and with my custom filters applied.
Of course, for big graphs, there's no way to URL encode them. So I do appreciate the option to load a graph from a remote url. I don't know if the interface settings could possibly also be stored in a GraphML file, if not maybe a custom file format would do. I would also not bother if I had to refer one URL to the graph data itself, and point one URL to a file that holds the interface settings.
Hello, is it possible to share network graphs to the broader public??