aws / graph-notebook

Library extending Jupyter notebooks to integrate with Apache TinkerPop, openCypher, and RDF SPARQL.
https://github.com/aws/graph-notebook
Apache License 2.0
733 stars 167 forks source link

Sizing of edges based on a property #423

Open AlbertoRodriguezSerrano opened 1 year ago

AlbertoRodriguezSerrano commented 1 year ago

Is your feature request related to a problem? Please describe. I am building a graph with AWS Neptune which vertices are geolocated points. One property of the edges is the distance between endpoint vertices.

Describe the solution you'd like It would be great that the edges use this property to set their distance proportionally, that way, the vertices would be self-distributed as in a map.

joywa commented 1 year ago

Duplicate of #28