gephi / gephi/gephi-plugins

Python: Cannot create new attributes on node

Open
#172 3 comments 0 reactions 1 assignee Claimed by @eduramiba View on GitHub
python-scripting-plugin
Dominant language
No language data
Stars
292
Forks
645
PR merge metrics
No merged PRs in 30d

Description

When I attempt:
`
nde = g.addNode(label="Test",color=blue, size=5.0)
nde.gender = "female"
`
I get the error:
`
Traceback (most recent call last):
File "", line 1, in
IllegalArgumentException: java.lang.IllegalArgumentException: The column 'gender' is not found
`

has the feature been removed or am I misunderstanding something?

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.