taynaud
GPL
script, python, guess
Tools
4th April 2011
3rd April 2012
Gephi 0.7-alpha, Gephi 0.7-beta, Gephi 0.8-alpha, Gephi 0.8-beta, Gephi 0.8.1-beta
Windows Mac Linux

GD Star Rating
loading...

Introduction

The plugin adds a scripting panel where you can write python script to transform the network, compute metrics, apply layout etc.

Plugin Owner's Notes

The Script Console plugin provides a text input where user can insert and execute python code. This code can interact with the current graph and user can perform many operation on it. Most of the API of the Gephi Toolkit are accessible, but the plugin provides also some easier utility functions to hide some complexity of the gephi toolkit. Its goal is to add some of the functionnality of GUESS to gephi.

5 comments feed

  1. 1
    Pierre

    Thank you for this wonderful API

  2. 2
    Al

    What is the most current version number of your plugin?

  3. 3
    taynaud

    There is no versioning yet, only one version exists for the moment

  4. 4
    MrS

    hi,
    is it possible and if yes, how, to import python libraries such as csv, nexworkx etc?
    thanks

  5. 5
    taynaud

    It relies on jython so it should be possible to import any libraries compatible with jython

Add comment