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

Compound nodes not given in "alignment" config function #23

Closed
pmackay opened this issue Oct 20, 2017 · 2 comments
Closed

Compound nodes not given in "alignment" config function #23

pmackay opened this issue Oct 20, 2017 · 2 comments
Labels

Comments

@pmackay
Copy link

pmackay commented Oct 20, 2017

I'm trying to add a constraint that will order some compound nodes, but it looks like the only nodes given to the alignment function are child nodes. Is this expected? Is there any approach to constraining the layout of just compound nodes?

@maxkfranz
Copy link
Member

Generally, a layout is going to consider compound nodes as just a criterion to minimise the distance between its descendants --- as to minimise the area used by the compound. It would make more sense to set constraints on the non-parent, descendants instead.

I would expect Cola to behave this way. If you want more details, you should ask the author of Cola. This is just a wrapper lib for Cytoscape.

@stale
Copy link

stale bot commented Oct 16, 2019

This issue has been automatically marked as stale, because it has not had activity within the past 30 days. It will be closed if no further activity occurs within the next 30 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.

@stale stale bot added the stale label Oct 16, 2019
@stale stale bot closed this as completed Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants