graphviz:动态创建节点
我正在编写一个程序,不需要任何节点由某个变量控制。 如果在编写代码时未确定节点数,是否有任何方法可以动态绘制节点?
i m writing a program such that it requires no of nodes to be control by some variable.
is there any way by which we can draw nodes dynamically if no, of nodes is not decided while writing a code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以接受参数并告诉 graphviz 创建与参数所述一样多的节点的方式编写程序。
Write your program in such a way that it accepts a parameter and tell graphviz to create as many nodes as the parameter says.