【问题标题】:graphviz dot to pdf: distance from graph to titlegraphviz dot to pdf:从图形到标题的距离
【发布时间】:2018-12-16 19:21:39
【问题描述】:

在graphviz dot中,生成pdf输出。

如何增加标题和图表之间的距离?

digraph "test" {
   graph [ label="need more distance to below"  ];
   A -> B;
}

建议表示赞赏。

【问题讨论】:

    标签: dot


    【解决方案1】:

    不是最好的解决方案,而是在标签末尾附加“\n”。如果您需要更多空间,请添加更多“\n”。

    【讨论】:

      猜你喜欢
      • 2010-12-02
      • 2018-07-19
      • 1970-01-01
      • 2014-04-05
      • 1970-01-01
      • 2011-03-04
      • 2013-10-23
      • 2017-11-27
      • 2012-09-05
      相关资源
      最近更新 更多