graphviz dot:文本(标签)使用与箭头(边缘)相同的角度,而不是默认的水平
Posted
技术标签:
【中文标题】graphviz dot:文本(标签)使用与箭头(边缘)相同的角度,而不是默认的水平【英文标题】:graphviz dot: use the same angle for the text (label) as what is used for the arrow (edge), rather than default horizontal 【发布时间】:2022-01-22 03:06:50 【问题描述】:边缘标签似乎总是水平的。是否可以将它们与箭头对齐?换句话说,文本使用与箭头相同的角度。
digraph A
splines=false;
A->B [label="allign me with the angle of the arrow"];
A->C;
【问题讨论】:
【参考方案1】:很遗憾,没有。书上有一个请求 (https://gitlab.com/graphviz/graphviz/-/issues/2007),但似乎没有这方面的积极工作。
【讨论】:
以上是关于graphviz dot:文本(标签)使用与箭头(边缘)相同的角度,而不是默认的水平的主要内容,如果未能解决你的问题,请参考以下文章