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

Per-element layouts / selective layouts #355

Closed
maxkfranz opened this issue Sep 26, 2013 · 4 comments
Closed

Per-element layouts / selective layouts #355

maxkfranz opened this issue Sep 26, 2013 · 4 comments

Comments

@maxkfranz
Copy link
Member

Allow layouts to be run on specified subsets of the graph.

Previously:
requires layout restriction flag to be per-element rather than per cy instance

@maxkfranz maxkfranz added this to the 2.2.0 milestone Feb 11, 2014
@maxkfranz
Copy link
Member Author

Issues:

  • Layouts that would want to interact with elements outside the layout set
  • Running 2 layouts at once whose elements sets intersect (per element locks solve this but will end up giving non desired behaviour to the user)

Just lock the elements you don't want the layout to affect and run the layout for now.

@maxkfranz maxkfranz changed the title per-element layouts Per-element layouts May 29, 2014
@maxkfranz maxkfranz modified the milestones: 2.3.0, 2.2.0 May 29, 2014
@maxkfranz maxkfranz reopened this May 29, 2014
@maxkfranz
Copy link
Member Author

Usecase for more complex behaviour: Adding and removing a node from a continuous layout
Limitation: Only one layout can "own" a node at a time

@maxkfranz maxkfranz changed the title Per-element layouts Per-element layouts / selective layouts May 30, 2014
@maxkfranz
Copy link
Member Author

Alternative: Rather than supporting multiple layouts running at once -- which has no known usecase -- use a mechanism for eliding elements from a layout?

Granularity for continuous/FD layouts? Included but not set vs not included

@maxkfranz
Copy link
Member Author

maxkfranz added a commit that referenced this issue Aug 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant