gpt4 book ai didi

graphviz - graphviz中headlabel和taillabel的不同颜色

转载 作者:行者123 更新时间:2023-12-04 13:11:35 25 4
gpt4 key购买 nike

可以在graphviz中为headlabel和taillabel设置不同的颜色吗?
使用labelfontcolor我可以为它们设置一种共同的颜色,但是我需要不同的颜色(例如headfontcolor和tailfontcolor,但是这些属性不存在)。

最佳答案

您可以使用graphviz中的HTML样式标签成功完成此操作(您可以在此页面上找到很多信息:http://www.graphviz.org/doc/info/shapes.html),尤其是font一个:

digraph test
{
A -> B
[
taillabel = <<font color="red">tail</font>>
label = <<font color="green">middle</font>>
headlabel = <<font color="blue">head</font>>
]
}

此代码将产生下图:

关于graphviz - graphviz中headlabel和taillabel的不同颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17615265/

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