Search found 19 matches
- 05 Jun 2013 13:59
- Forum: Plugins, presets and filters
- Topic: Graph streaming from C++ library to Gephi as client
- Replies: 1
- Views: 3974
Re: Graph streaming from C++ library to Gephi as client
Hi, I've never seen an example of graph streaming using C++. If you think it is possible to make your C++ code available as a python module, you can use the python examples (https://github.com/panisson/pygephi_graphstreaming) to implement it. You can do it using Cython, for example. Otherwise, I thi...
- 01 Feb 2012 17:00
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31222
Re: Graph Streaming - URL formatting question
Hi! About the "Error getting property value" you get when passing a hex code to the color property, I was able to reproduce it and I found a correction. However, about the problem when passing integers to the x, y, and z properties, I was not able to reproduce it. It is possible that you had hit som...
- 31 Jan 2012 19:46
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31222
Re: Graph Streaming - URL formatting question
hi Ben, thanks for your feedback.
I'll take a look in the other defects you pointed out.
The r,g,b values should be the percentages between 0 and 255.
I'll let you know when the new version will be available.
I'll take a look in the other defects you pointed out.
The r,g,b values should be the percentages between 0 and 255.
I'll let you know when the new version will be available.
- 31 Jan 2012 18:23
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31222
Re: Graph Streaming - URL formatting question
Hi ben, there was a mistake in the patch, the correction is in the attached build. Let me know if it works now. You should be able to modify the following viz attributes: x,y,z (integer or double) r,g,b (doubles between 0 and 1) color (example: "0xcccccc") size (integer or double) Examples of calls ...
- 31 Jan 2012 14:35
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31222
Re: Graph Streaming - URL formatting question
Hi, I'm about to release a patched version of the plugin.
Could you please install and test the attached file? I'm posting here because unfortunately github does not support attachments in its issue tracking system.
Thanks,
André
Could you please install and test the attached file? I'm posting here because unfortunately github does not support attachments in its issue tracking system.
Thanks,
André
- 30 Jan 2012 18:15
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31222
Re: Graph Streaming - URL formatting question
I submitted an issue at https://github.com/gephi/gephi-plugins/issues/3, and I'm working on it.
New comments and patches will be posted there.
New comments and patches will be posted there.
- 30 Jan 2012 18:06
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31222
Re: Graph Streaming - URL formatting question
Hi ben,
It seems there's a bug in the lock/unlock operations when the http server is started. It happens when the server is started with a non-empty graph in the workspace. I'm looking it right now, and I'll let you know when a patch will be available.
Thanks for your patience.
It seems there's a bug in the lock/unlock operations when the http server is started. It happens when the server is started with a non-empty graph in the workspace. I'm looking it right now, and I'll let you know when a patch will be available.
Thanks for your patience.
- 30 Jan 2012 13:06
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31222
Re: Graph Streaming - URL formatting question
Hi, could you explain what you are doing in the third step: "attempt to stream data to the file"?
- 27 Jan 2012 00:01
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31222
Re: Graph Streaming - URL formatting question
Hi, good to know that the GraphStreaming plug-in is being useful to you! The context used in the URL is given by the lowercase of the workspace name without spaces. The code used for the context extraction is the following: WorkspaceInformation wi = workspace.getLookup().lookup(WorkspaceInformation....
- 04 Jun 2011 15:38
- Forum: Layouts
- Topic: ForceAtlas publication
- Replies: 33
- Views: 266685
Re: ForceAtlas publication
Hello Mathieu, Thanks a lot for the relese of the new ForceAtlas version. I'm already trying it, and it seems a very promising implementation. Please let us know when the source code will be released. I have already some requests for improvements - for example, the new version have some problems wit...