Pajek export misses some attributes, e.g. color-red

Bug #714670 reported by Gábor Csárdi
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
igraph
Fix Released
Medium
Gábor Csárdi

Bug Description

Here is how to reproduce it:

g <- graph.ring(10)
V(g)$`color-red` <- V(g)$`color-green` <- V(g)$`color-blue` <- 100
write.graph(g, format="pajek", file="/tmp/test.net")

Revision history for this message
Gábor Csárdi (gabor.csardi) wrote :

Hmmm, RGB colors don't work in Pajek, so I removed these from the documentation in revisions #2337, #2338 and #2339 (0.6-main).

Changed in igraph:
status: Confirmed → Fix Released
assignee: nobody → Gábor Csárdi (gabor.csardi)
Revision history for this message
Gábor Csárdi (gabor.csardi) wrote : Continue on github

The development of igraph has moved to github, so please do not comment on this bug here. You are of course welcome to comment on github, here:
https://github.com/igraph/igraph/issues/211

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.