[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2017-06-08T11:49:29+01:00 https://forum-gephi.org/app.php/feed/topic/6217 2017-06-08T11:49:29+01:002017-06-08T11:49:29+01:00 https://forum-gephi.org/viewtopic.php?t=6217&p=14426#p14426 <![CDATA[Re: Simultaneosly use Partition and Ranking on edges]]>
Column col=graphModel.getEdgeTable().getColumn("weight");
System.out.println("col.."+col);
Function centralityRanking2 = appearanceModel.getEdgeFunction(graph, AppearanceModel.GraphFunction.valueOf(col.toString()), RankingElementColorTransformer.class);
System.out.println(centralityRanking2);
System.out.println("centralityRanking2.."+centralityRanking2);
RankingElementColorTransformer colorTransformer = centralityRanking2.getTransformer();
colorTransformer.setColors(new Color[]{new Color(0xFEF0D9), new Color(0xB30000)});
appearanceController.transform(centralityRanking2);

Statistics:Posted by haripriya — 08 Jun 2017 11:49


]]>
2017-06-02T23:04:47+01:002017-06-02T23:04:47+01:00 https://forum-gephi.org/viewtopic.php?t=6217&p=14420#p14420 <![CDATA[Re: Simultaneosly use Partition and Ranking on edges]]> - Downloaded the edge/node color plugin.
- Coded my database so edges with certain attributes would have that color in RGB

Statistics:Posted by benjasast — 02 Jun 2017 23:04


]]>
2017-06-01T18:23:25+01:002017-06-01T18:23:25+01:00 https://forum-gephi.org/viewtopic.php?t=6217&p=14419#p14419 <![CDATA[Simultaneosly use Partition and Ranking on edges]]> The thing is I want the intensity of the color previously assigned to vary based on the weight of each edge. Is there any way to do this??. I can't find any :(


Any tips??

Statistics:Posted by benjasast — 01 Jun 2017 18:23


]]>