[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
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •3D Fruchterman Reingold
Page 1 of 1

3D Fruchterman Reingold

Posted: 20 Jun 2011 13:51
by rushlabs
I have found a 3D version of the Fruchterman Reingold algorithm elsewhere and was wondering if I was just missing a "3D" option somewhere in the current FR algorithm loaded on Gephi.

.. or if it was already and I just had not found the controls to navigate in 3D

Apologies for the rookie query.. just getting into Gephi (loving it)

Pat

Re: 3D Fruchterman Reingold

Posted: 29 Jun 2011 09:45
by martin.pernollet
Hi,
I haven't seen any way to work with 3d in Gephi up to now. Maybe you can try the 3d viewer of Jung, although quite experimental in my opinion.
<advertising>
If you already have the data structure and algorithm working, you can use Jzy3d that has primitives you can use for rendering a graph. See for example http://code.google.com/p/jzy3d/wiki/DemoScatter or http://code.google.com/p/jzy3d/wiki/DemoGraph
</advertising>
Cheers,
Martin