gephi-toolkit icon indicating copy to clipboard operation
gephi-toolkit copied to clipboard

Gephi Toolkit - All Gephi in a Library

Results 21 gephi-toolkit issues
Sort by recently updated
recently updated
newest added

When using the search function (e. g. searching "PreviewProperty"), an error message is shown altough the class can perfectly be accessed via clicking through the list of all classes. The...

Dear Gephi Group, I'm develping a netbeans module project that need use toolkit to draw a graph ! I only added open source code package org.gephi.toolkit.demos; When I add gephi-toolkit-0.9.2.jar...

Hello, I'm encountering an error when trying to generate a query in an automatically created Gephi project, but I can't get the `NodePartitionFilter` to work. Below, I'm creating a query...

I'm trying to use Oracle Driver plugin on Windows x64. To connect to my DB, I need to specify Hostname, Port and _SID_ (as I do in Oracle SQL Developer),...

I'm trying to do the same as in the demo PartitionGraph, but I get a NullpointerException when doing **Function func2 = appearanceModel.getNodeFunction(..)**, because appearanceModel has no function with PartitionElementColorTransformer.class. When...

Hi. I am trying to use the oracle driver to access data. Unfortunately, I am not successful. It seems, that my nodes gets imported with id values starting from 1...

I'm reading a .gexf and loading 126 nodes with 378 edges. I'm then trying to perform Modularity: `Modularity modularity = new Modularity(); modularity.setRandom(true); modularity.setUseWeight(true); modularity.setResolution(0.8); modularity.setProgressTicket(ticket); modularity.execute(graphModel);` However, the algorithm...

bug
duplicate

I'm using the Toolkit version 0.92 and was trying to modify the [PreviewDemo](https://github.com/gephi/gephi-toolkit-demos/blob/master/src/main/java/org/gephi/toolkit/demos/PreviewJFrame.java) to use the GraphStreaming Plugin like described [here](https://github.com/gephi/gephi/wiki/GraphStreaming). //Init a project - and therefore a workspace ProjectController...

I want to achieve a dynamic graph, But I think the demo _ImportDyanmic_ is wrong, the result is overwritten and only have the last result, but it should be appended....

I'm trying to use gephi-toolkit to do some work with the function of Brush, but I don't find a demo can realize this function. ![image](https://user-images.githubusercontent.com/43906450/50051760-d8ef0580-0152-11e9-84c6-e8cad7670d73.png) Can someone help me?Thanks a...

enhancement