
17 Apr
2009
17 Apr
'09
10:53 a.m.
Josep TORRAS FLAQUER wrote:
Hello, I'm working with boost graph library. I'm creating a graph and i'd like to write its description into a file or to display it on the screen. The properties of Edges and Vertex are bundled, and i'm not able to write them. I have read the doc once and again and i don't get to find a solution. I have looked for examples but i haven't found anything actually useful for me. Could anyone please help me or propose a possible solution?
Josep, Several properties can be passed to graphviz writer via dynamic_properties map. See attachment. Regards, Dmitry