dominikbraun / graph

A library for creating generic graph data structures and modifying, analyzing, and visualizing them.
https://graph.dominikbraun.io
Apache License 2.0
1.77k stars 95 forks source link

Feature Request: Add method for updating Vertex property #173

Open kcmvp opened 2 months ago

kcmvp commented 2 months ago

Right now Vertex can be set only when create a Vertex, for my case I need to update a Vertex property later after create a Vertex.

davemcphee commented 2 months ago

I'd love this too.