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.8k stars 94 forks source link

Missing graph.VertexAttributes #119

Closed jimidle closed 1 year ago

jimidle commented 1 year ago

graph has

graph.EdgeAttribute(string, string)
graph.EdgeAttributes(map[string] string)

But for Vertex it only has

graph.VertixAttribute(string, string)

Which means that each vertex option for dot has to be added with a separate call.

dominikbraun commented 1 year ago

Closed by #128.