在graphviz dot中,生成pdf输出。
如何增加标题和图表之间的距离?
digraph "test" { graph [ label="need more distance to below" ]; A -> B; }
感谢您的建议。
发布于 2018-12-16 19:21:40
不是可取的解决方案,但在标签末尾附加"\n“。如果需要更多空间,请添加更多"\n“。
https://stackoverflow.com/questions/25574286
相似问题