admin管理员组文章数量:1435208
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')
本文标签: networkxGraphviz set positions to start from (00) and increment ny 1 unitStack Overflow
版权声明:本文标题:networkx - Graphviz set positions to start from (0,0) and increment ny 1 unit? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745620901a2666674.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论