Whatever is set on `node.caption` seems to unfortunately be ignored ```python VG = from_gds(gds, G, node_properties=[...]) for node in VG.nodes: node.caption = ... VG.render(initial_zoom=1.2) ```
Whatever is set on
node.captionseems to unfortunately be ignored