visdesignlab / mvnv-study

website for crowdsourced study on multivariate network visualization techniques
3 stars 14 forks source link

extract out search behavior in adj matrix so I can call it when a user clicks 'search 'in the left panel #39

Closed cnobre closed 5 years ago

cnobre commented 5 years ago

the AM should have a searchFor(shortName) function that searches for a given node (and has any appropriate effects on the matrix) and returns -1 if can't find that node, 0 if nodes is already selected, 1 if node exists and was not already selected