Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ember.js/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将Graphviz xlabel放在边缘下方_Graphviz - Fatal编程技术网

将Graphviz xlabel放在边缘下方

将Graphviz xlabel放在边缘下方,graphviz,Graphviz,在Graphviz中,有以下选项: 将xlabel放置在边下 为边设置透明度 您可以通过将颜色指定为RGBA值来设置(任何?)颜色的透明度,如下所示: edge [color="#ff000080" penwidth=2] // note translucent color

在Graphviz中,有以下选项:

  • 将xlabel放置在边下
  • 为边设置透明度

您可以通过将颜色指定为RGBA值来设置(任何?)颜色的透明度,如下所示:

edge [color="#ff000080" penwidth=2]  // note translucent color