Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct mapping of edge label properties in plots when loops are present #1706

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

schochastics
Copy link
Contributor

Fix #157

library(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)

Also fixed font, family and cex

Copy link
Contributor

aviator-app bot commented Feb 20, 2025

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged manually (without Aviator). Merging manually can negatively impact the performance of the queue. Consider using Aviator next time.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

@schochastics schochastics requested review from ntamas and krlmlr and removed request for ntamas and krlmlr February 20, 2025 13:30
@schochastics schochastics merged commit 3764c00 into igraph:main Feb 21, 2025
22 checks passed
schochastics added a commit to schochastics/rigraph that referenced this pull request Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loops make edge label colours inconsistent
1 participant