Hi,
I was wondering if it was possible to have mutliple edges possibly with different weights and labels, but same edges. I'm visualizing different paths and wanted to know if we can have a->b->c and d->b->c and represent each of these paths differently using gephi via weights on edges.
Thanks!
Search found 17 matches
- 19 Aug 2010 18:44
- Forum: How-To and Troubleshooting
- Topic: parallel edges
- Replies: 1
- Views: 1972
- 10 Aug 2010 04:31
- Forum: How-To and Troubleshooting
- Topic: [FIXED] window pallette size
- Replies: 1
- Views: 1940
[FIXED] window pallette size
Hi there, I was wondering how to increase the size of the window space that the graph lives in. Right now, it starts to hit the edges, and basically makes a huge square. This is undesirable - I can play with some of the forces to clump them closer, but I'd rather increase the workspace size. If I ca...
- 19 Jul 2010 09:24
- Forum:
- Topic: [SOLVED] ability to rerun same procedure over and over
- Replies: 28
- Views: 9732
Re: ability to rerun same procedure over and over
Thanks for putting those together! And figured it out btw. 

- 19 Jul 2010 07:14
- Forum:
- Topic: [SOLVED] ability to rerun same procedure over and over
- Replies: 28
- Views: 9732
Re: ability to rerun same procedure over and over
Hi Mathieu, I was looking into sizing the nodes viz the ranking api/plugin, and in the toolkit I see some fns, but ranking factory and transformer factory are private. I can change this, but you have more intimate knowledge and know how to utilize the ranking controller possibly better to control si...
- 10 Jul 2010 01:47
- Forum:
- Topic: [SOLVED] ability to rerun same procedure over and over
- Replies: 28
- Views: 9732
Re: ability to rerun same procedure over and over
Mathieu, I was looking at how to create the partitions via a script. I was looking to partion&color nodes based on inbound edges, but unsure which modules to start with. I instantiated a PartitionController, but this does not seem to be the correct route. Any guidance on setting the partitions?
- 21 Jun 2010 22:38
- Forum:
- Topic: [SOLVED] ability to rerun same procedure over and over
- Replies: 28
- Views: 9732
Re: ability to rerun same procedure over and over
Thanks much Mathieu! Will give this a try. would really love getting the svg or pdf exporter working - anything I can help with to get that rolling?
Also - just FYI, the "Processor Plugin" Module should be set as public.
Also - just FYI, the "Processor Plugin" Module should be set as public.
- 01 Jun 2010 23:48
- Forum:
- Topic: [SOLVED] ability to rerun same procedure over and over
- Replies: 28
- Views: 9732
Re: ability to rerun same procedure over and over
Is there an update on the use of export on the toolkit/headless API?
- 28 May 2010 19:58
- Forum: How-To and Troubleshooting
- Topic: [SOLVED] PDF export ?
- Replies: 2
- Views: 2514
Re: PDF export ?
Its in the File->Export->export to SVG/PDF
then in the save as fn - change the file type to PDF, then the option button will become clickable - and you can change orientation and size.
then in the save as fn - change the file type to PDF, then the option button will become clickable - and you can change orientation and size.
- 27 May 2010 19:32
- Forum:
- Topic: [SOLVED] ability to rerun same procedure over and over
- Replies: 28
- Views: 9732
Re: ability to rerun same procedure over and over
It works fine if I utilize just the YifanHu object with the goAlgo() - but I dont get a visual change - it just flashes up once the program is done running. If I try the YifanHuLayout, I get a null pointer exception at: java.lang.NullPointerException at automatic.SomeAction.actionPerformed(SomeActio...
- 26 May 2010 23:49
- Forum:
- Topic: [SOLVED] ability to rerun same procedure over and over
- Replies: 28
- Views: 9732
Re: ability to rerun same procedure over and over
The way I went around this is to make the org.gephi.layout.plugin.yifanHu module public. This is less than Ideal, but it works. Would you think there is a better solution?