[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 •[SOLVED] Statistics plugin module src 0.7.1.4
Page 1 of 1

[SOLVED] Statistics plugin module src 0.7.1.4

Posted: 29 Apr 2011 19:03
by jorgaf
Hi,

I downloaded Gephi source code and I started to development a plugin. I need run some statistics and I am working with Statistics plugin module, but in the source code I downloaded, exist the InOutDegree class (I think the new class is Degree) and don't have the WeightedDegree class. When I run gephi, it shows updates available, that include Statistics plugin, my installed version is 0.7.1 and the available is 0.7.1.4. I need the new source code, I try to download it, but I don't know where is it.

Please help me,

Grettings from Ecuador

Re: Statistics plugin module src 0.7.1.4

Posted: 30 Apr 2011 17:15
by admin
Hi,

How did you downloaded the source code?

Re: Statistics plugin module src 0.7.1.4

Posted: 30 Apr 2011 23:13
by jorgaf
Hi,

I downloaded with bzr branch lp:~gephi.team/gephi/seadragon, I need Seadragon, and I prefered a beta version instead alpha version.

How should I download?

Thanks for your reply

Re: Statistics plugin module src 0.7.1.4

Posted: 01 May 2011 13:12
by admin
Hi,

The 0.8alpha version is more stable than the 0.7beta, as it fixes many bugs. You should download from the trunk (lp:gephi) to create your Statistics plug-in. After that you can install it on a Gephi instance, and install the Seadragon plug-in too.

Re: Statistics plugin module src 0.7.1.4

Posted: 02 May 2011 02:22
by jorgaf
Ok,

Thanks for your time and help.