I have a graphviz graph generated and I am using networkx to read that graph and assign them position values i.e nx.nx_pydot. The thing is the node values are very random like (1854,234) and so on. Is there any way i can get them to scale to to start from (0,0), (0,1) and so on?
original_pos=nx.nx_pydot.pydot_layout(graph,prog='dot')
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745620902a4636509.html
评论列表(0条)