You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
handle custom layouts, by extending the support for layouts to constructors other than the edge list based ones. these should take arbitrary coords.
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
The text was updated successfully, but these errors were encountered:
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:
layout
and a new Node method likeupdateProperty
The text was updated successfully, but these errors were encountered: