【发布时间】:2015-01-05 20:44:24
【问题描述】:
我很想去:
我尝试对此类图表进行变体:
digraph G {
node [shape=circle penwidth=2 fixedsize=true label=""]
token [shape=point ]
place [ xlabel="P2" _background="digraph G { e[shape=point ] }"]
}
在this online form 中可测试导致:
我应该怎么做才能将一个点 (token) 放在一个圆圈 (place) 内
【问题讨论】: