help with accessing property maps

Can someone please help me as to how to access the property maps as an
array. i want to plot the degree distribution, betweeness and other
centrality measures. so please explicitly tell me how do I access the data.
Thanks
Shubham

attachment.html (429 Bytes)

Dear Shubham, please take a look at the documentation before posting to
the list. Almost all of your questions are answered there.

To access the property maps as an array you should just use the ".a"
attribute of the property map, prop.a, as documented here:

    http://graph-tool.skewed.de/static/doc/graph_tool.html#graph_tool.PropertyMap

Best,
Tiago