gpt4 book ai didi

python - 多节点样式

转载 作者:行者123 更新时间:2023-12-05 08:34:15 25 4
gpt4 key购买 nike

根据此页面:http://www.graphviz.org/content/node-shapesGraphviz 支持每个节点有多种样式。

我想要一个带有红色填充物的圆形盒子。在链接的页面上,多个样式用逗号分隔,所以我在 Python 中使用 pydot 尝试了这个:

graph.add_node( pydot.Node( 'external', shape='box', style='rounded,filled', fillcolor='red' ) )

但这会抛出错误。我还尝试用空格分隔或传递样式列表。无法正常工作

有没有人设法将多种样式应用到一个节点?

最佳答案

只需像这样添加双引号:

style='"rounded,filled"'

关于python - 多节点样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30756530/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com