``` r #> ℹ 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) ``` <!-- --> <sup>Created on 2025-04-04 with [reprex v2.1.1](https://reprex.tidyverse.org)</sup> This still worked after https://github.com/igraph/rigraph/pull/1706
Created on 2025-04-04 with reprex v2.1.1
This still worked after #1706