gephi / gephi/gephi-plugins

showing node labels

Open
#94 13 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
292
Forks
645
PR merge metrics
No merged PRs in 30d

Description

Hello,

I am writing a Layout Plugin (for version 0.9.1) and I would like to set the node labels visible.
I thought that this code would work, but I get the error below.

in pom.xml

``` xml

org.gephi
visualization
"
```

in code itself

import org.gephi.visualization.VizController;
import org.gephi.visualization.VizModel;

VizModel vizModel = VizController.getInstance().getVizModel();
vizModel.getTextModel().setShowNodeLabels(true);

[ERROR] Project depends on packages not accessible at runtime in module org.gephi:visualization:jar:0.9.1

What am I missing?

Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.