-
Notifications
You must be signed in to change notification settings - Fork 632
Description
Hello,
I am trying to use the scripting pluging --- it looks great, however I think the documentation may be out of date.
I tried to call export as indicated in the exporting section of this doc https://wiki.gephi.org/index.php/Scripting_Plugin , and got name not found error.
However, I found the issue tracker, and noticed someone discussing the "exportGraph" function, which I tried and worked! :)
I'm wondering if there is a more up to date doc of the functions that are in scope within the scripting console.
Alternatively I am wondering where the source code for the plugin is so I can find the functions I need to call myself (i was having trouble finding the relevant code within here https://github.com/gephi/gephi-plugins/tree/python-scripting-plugin)
Best and thank you for any help.
Max