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

Network Layouts: expand backend support for network layouts #248

Open
d-callan opened this issue Feb 22, 2024 · 0 comments
Open

Network Layouts: expand backend support for network layouts #248

d-callan opened this issue Feb 22, 2024 · 0 comments

Comments

@d-callan
Copy link
Contributor

right now we can take a data table representing an edge list and a layout arg and make a network w the specified layout. some things we would also like to be able to do:

  1. handle custom layouts, by extending the support for layouts to constructors other than the edge list based ones. these should take arbitrary coords.
  2. update the layout after the network has already been created. that might mean introducing a new Network method like layout and a new Node method like updateProperty
@d-callan d-callan mentioned this issue Feb 22, 2024
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