neo4j-labs / arrows.app

A graph drawing application
https://arrows.app
Apache License 2.0
109 stars 17 forks source link

Select nodes by label #65

Open edt-andrew opened 2 years ago

edt-andrew commented 2 years ago

This would allow to colour all nodes with same label easily as currently you need to select them individually.

akollegger commented 1 year ago

Hi @edt-andrew ,

I'm a big fan of selection-based behaviors, which makes me an equally big fan of selection-creation behaviors. This reminds me of a MacOS drawing program called OmniGraffle, which had a comprehensive set of abilities for selecting objects based on similarity of features.

Exploring, we could select based on:

Labels are a sensible place to start. We'd design this to accommodate a broader set of selection critieria, implemented a bit at a time.

Thanks for the suggestion!

Cheers, ABK