Hi,

I would like to draw all edges of a graph using dash lines.
I use the following code :

  gt.graph_draw(g.g,
                  vertex_text=g.vprop_nickname, 
                  vertex_font_size=18,
                  edge_end_marker="square",
                  edge_dash_style = [10.0,10.0,0.0],
                  output="graph.svg")


but get only plain lines for edges...

Any clue ?





--
View this message in context: 
http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/edge-dash-style-usage-example-tp4024995.html
Sent from the Main discussion list for the graph-tool project mailing list 
archive at Nabble.com.
_______________________________________________
graph-tool mailing list
[email protected]
http://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to