Subject: Re: [Boost-users] BGL: Write graphviz file with invisible edges
From: David Doria (daviddoria_at_[hidden])
Date: 2011-06-21 14:55:36


> You will also need dp.property("node_id", get(vertex_index, g)); before the
> write_graphviz_dp call.

Awesome, works like a charm. Thanks for your help!

David