点状星形图?
Ḧi,
我想使用点语言绘制一个图形,看起来像一颗星(一个中心节点,所有其他节点都有一个链接到该另一个节点)。
我一直在谷歌上搜索但没有发现太多。你有一个基本的例子吗?
谢谢
Ḧi,
I'd like to draw a graph using the dot language that looks like a star ( a central node, wih all the other nodes with one link to this other node).
I've been googling around without finding much. Do you have a basic example ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用
twopi
作为布局器并选择径向布局。Try
twopi
as the layouter and select radial layout.使用这个例子
然后调用这个命令:
neato -T svg -o direct.svg direct.dot
输出如图所示:
use this example
Then invoke this commmand:
neato -T svg -o direct.svg direct.dot
output as shown: