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

plot.initial_graph breaks when pairs curvature is implicit and a paired edge curve is adjusted #57

Open
EeethB opened this issue Aug 17, 2023 · 0 comments

Comments

@EeethB
Copy link
Contributor

EeethB commented Aug 17, 2023

wd_2005_graph <- graph_create(
    c(1 / 3, 1 / 3, 1 / 3),
    rbind(
      c(0, 1, 0),
      c(0, 0, 1),
      c(.5, .5, 0)
    )
  )

plot(wd_2005_graph, layout = "grid", nrow = 1, asp = .1, edge_curves = c("pairs" = 4, "H3|H2" = 6)) # OK
plot(wd_2005_graph, layout = "grid", nrow = 1, asp = .1, edge_curves = c("H3|H2" = 6)) # Not OK
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

No branches or pull requests

1 participant