gephi / gephi/gephi-lite

Bug Report: viz:color attribute is ignored when providing rgba values

Open
#307 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
351
Forks
48
Avg merge
10h 21m
Merged PRs (30d)
1

Description

**Info**
- Gephi Lite version : 1.0.2
- Operating system: macos Tahoe 26.3
- Web browser: 147.0.4 (aarch64)

**Steps to reproduce**
1. create a network graph with the viz:color attribute
2. export the graph via write_gexf() in python
3. import in gephi

**Expected behavior:**
Nodes should be colored as specified in the viz:color attribute. This works in the Gephi desktop version.

**Actual behavior**
All nodes are grey. viz:color attribute is ignored.

**Workaround:**
I noticed that when exporting from gephi lite to gexf, the viz:color attribute only has r, g, b values and not r, g, b, a.

gephi lite exports:
``````

networkx exports:
``````

After deleting the alpha channel for each viz:color attribute, gephi lite correctly displays the color.

```


















......
```

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.