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

I tried to call the PreviewJFrame script in https://github.com/gephi/gephi-toolkit-demos/blob/master/src/main/java/org/gephi/toolkit/demos/PreviewJFrame.java directly using the below .gml file, but on executing, it shows # Nodes loaded:0 # Edges loaded: 0, when actually my...

Dear, Sir, I encountered an exception when I am trying to develop EdgePartitionFilter, following the example from https://github.com/gephi/gephi-toolkit-demos/blob/master/src/main/java/org/gephi/toolkit/demos/Filtering.java . if I unselecteAll() and addPart(), there will be no Exception, BUT,...

Is there a way to get the currently selected edges or nodes in a graph? I see that SelectionManager has a method getSelectedNodes(), but SelectionManager is not a public interface...

When trying to add a `gephi-toolkit` dependency from `sbt`; I get unresolved dependencies errors. Could you please advice on the ways of fixing it. Here is a mock `build.sbt` executed...

question

Hi, I'm working on the 0.9-SNAPHOT version, and can't get it working to correctly export a GraphML-based file to PDF. 1) the edge arrows aren't visible although the graph consists...

The method to build the toolkit since the ant to maven changes was missing and has to be guessed so far. Here is a sample documentation to help others go...

Hi, When I set SHOW_NODE_LABELS to true on the preview model, it is not persisted when saved to a gephi file and then opened in the UI. If I export...

OpenOrd is giving indeterministic results, even when the number of threads is set to 1, in spite of having the same random seed. I'm using it through Gephi Toolkit.

bug

# Current Behavior `ProjectController.saveProject(currentProject,File) ` did not generate savefile. The save file appears in the folder for a moment, but when `pc.saveProject(pc.getCurrentProject(),save_file)` finishes, the save file disappears. # reproduced code...

bug

I think there is an error for the javadoc generation, dependencySourceExclude is used within dependencySourceIncludes ``` true org.gephi:*:* org.gephi:core-library-wrapper:* ```