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

plotting SCs with max_order doesn't plot simplices below max_order if not maximal #238

Closed
maximelucas opened this issue Dec 2, 2022 · 0 comments · Fixed by #248
Closed

Comments

@maximelucas
Copy link
Collaborator

maximelucas commented Dec 2, 2022

Since we're plotting only maximal simplices, running:

import xgi
S = xgi.SimplicialComplex([[1,2,3]])
xgi.draw(S, max_order=1)

displays three isolated nodes. It should also draw the edges of the triangle.

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 a pull request may close this issue.

1 participant