[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) 2016-06-10T21:22:43+01:00 https://forum-gephi.org/app.php/feed/topic/5235 2016-06-10T21:22:43+01:002016-06-10T21:22:43+01:00 https://forum-gephi.org/viewtopic.php?t=5235&p=12693#p12693 <![CDATA[Re: Toolkit - Export PDF Manual Graph]]>

Statistics:Posted by littleBobbyTables — 10 Jun 2016 21:22


]]>
2016-06-10T21:18:48+01:002016-06-10T21:18:48+01:00 https://forum-gephi.org/viewtopic.php?t=5235&p=12691#p12691 <![CDATA[Re: Toolkit - Export PDF Manual Graph]]>

CODE:

node = graphModel.factory().newNode(id);            node.setSize(10);            node.setX((float) ((0.01 + Math.random()) * 1000) - 500);            node.setY((float) ((0.01 + Math.random()) * 1000) - 500);

Statistics:Posted by totetmatt — 10 Jun 2016 21:18


]]>
2016-06-10T18:22:09+01:002016-06-10T18:22:09+01:00 https://forum-gephi.org/viewtopic.php?t=5235&p=12689#p12689 <![CDATA[Re: Toolkit - Export PDF Manual Graph]]>

Statistics:Posted by littleBobbyTables — 10 Jun 2016 18:22


]]>
2016-06-01T15:17:14+01:002016-06-01T15:17:14+01:00 https://forum-gephi.org/viewtopic.php?t=5235&p=12643#p12643 <![CDATA[Re: Toolkit - Export PDF Manual Graph]]> Statistics:Posted by jellyBear — 01 Jun 2016 15:17


]]>
2016-05-24T08:37:54+01:002016-05-24T08:37:54+01:00 https://forum-gephi.org/viewtopic.php?t=5235&p=12591#p12591 <![CDATA[Re: Toolkit - Export PDF Manual Graph]]>
Otherwise +1, since 0.9.1, Gephi won't put a random value if x and y arn't given but will use default (0,0) which creates this stack of nodes ;)

Statistics:Posted by totetmatt — 24 May 2016 08:37


]]>
2016-05-23T18:07:57+01:002016-05-23T18:07:57+01:00 https://forum-gephi.org/viewtopic.php?t=5235&p=12589#p12589 <![CDATA[Re: Toolkit - Export PDF Manual Graph]]> Statistics:Posted by eduramiba — 23 May 2016 18:07


]]>
2016-05-23T15:20:34+01:002016-05-23T15:20:34+01:00 https://forum-gephi.org/viewtopic.php?t=5235&p=12587#p12587 <![CDATA[Toolkit - Export PDF Manual Graph]]>
I've a list of Tweeter Users on a JSON file, I read it with a POJO Java class, and then load it manually into a Gephi Graph using "a FOR loop"

When I try to export to PDF or PNG file I obtain this rubbish https://goo.gl/photos/57J4CXiLAAHbjqwM8

But, If I previosly export it to ".gexf" format, and then load it into a Gephi Graph and try to export the result it's superb.

Could anyone give me one tip ¿?

Thank you in advance.

PD: The data and the POJO object there aren't have error or problems.

Statistics:Posted by jellyBear — 23 May 2016 15:20


]]>