Skip to content

Loops disappeared in plot #1799

@schochastics

Description

@schochastics
#> ℹ Loading igraph
g <- make_graph(c(1, 2, 1, 1, 2, 3), directed = F)
cols <- c('red','green','blue')
plot(g, edge.color = cols, edge.label.color = cols, edge.label = cols)

Created on 2025-04-04 with reprex v2.1.1

This still worked after #1706

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions