Search found 16 matches
- 04 Sep 2012 14:24
- Forum: Dynamics
- Topic: [TimeLine] Time point instead of time interval
- Replies: 2
- Views: 4496
[TimeLine] Time point instead of time interval
Is it possible to use the TimeLine to see a specific temporel point time (X) instead of an interval [X, Y] ?
- 11 May 2012 09:26
- Forum:
- Topic: Importing CSV with weights
- Replies: 7
- Views: 2886
Re: Importing CSV with weights
Works perfectly, thanks 

- 10 May 2012 10:11
- Forum:
- Topic: Importing CSV with weights
- Replies: 7
- Views: 2886
Re: [SOLVED] Importing CSV with weights
Ok, thanks, but i have another problem. When i just import Nodes, everything is ok. When i just import Edges, everything is ok. But when i import both that's doesnt works (Exception). Looks like Float problem, i try Dynamic Float instead of simply float but nothing better. http://i43.servimg.com/u/f...
- 27 Apr 2012 14:41
- Forum:
- Topic: Importing CSV with weights
- Replies: 7
- Views: 2886
Re: [SOLVED] Importing CSV with weights
Is there somewhere a specific example for how using this ?
Because the Javadoc is not enough for me and i don't understand everything '^^
In fact I simply want to import two csv files (Nodes & Edges) and then export all in one gexf file.
Because the Javadoc is not enough for me and i don't understand everything '^^
In fact I simply want to import two csv files (Nodes & Edges) and then export all in one gexf file.
- 16 Apr 2012 13:55
- Forum: Dynamics
- Topic: Edges & Dynamics
- Replies: 2
- Views: 3683
Edges & Dynamics
I was trying to make an dynamic graph in Gephi and after few minutes i realized that i can't create and edge between two nodes and made him disapears instead one of the two nodes also disapears at the same time. How can i do that ? Because i didn't see anything like that in tutorials or dynamic exam...
- 16 May 2011 10:18
- Forum: Visual Results
- Topic: [TODO] Changing node shapes
- Replies: 19
- Views: 151909
Re: Changing node shapes
It is available now ?
Or still waiting for future release ?
Or still waiting for future release ?
- 09 May 2011 12:47
- Forum:
- Topic: [SOLVED] Change Export Destination File
- Replies: 4
- Views: 1171
Re: Change Export Destination File
Works, thanks 

- 09 May 2011 12:24
- Forum:
- Topic: [SOLVED] Change Export Destination File
- Replies: 4
- Views: 1171
Re: Change Export Destination File
http://i23.servimg.com/u/f23/15/13/95/56/ex10.jpg There we are : File_1 and File_2 gephi-toolkit.jar is in File_1 So when i launch my Export, my new File is exported in File_1 I want them i File_2 What should i change ? ExportController ec = Lookup.getDefault().lookup(ExportController.class); ec.ex...
- 09 May 2011 11:58
- Forum:
- Topic: [SOLVED] Change Export Destination File
- Replies: 4
- Views: 1171
[SOLVED] Change Export Destination File
Simple question, how can i change the Export Destination File ?
Code: Select all
ExportController ec = Lookup.getDefault().lookup(ExportController.class);
ec.exportFile(new File(myfile));
- 29 Apr 2011 10:10
- Forum:
- Topic: [SOLVED] Many Errors on Eclipse
- Replies: 19
- Views: 4639
Re: Many Errors
That's work, thanks 
