Graphviz and ascii output

后端 未结 5 1881
余生分开走
余生分开走 2021-01-30 12:50

Is it possible to draw ASCII diagram using Graphviz?

Something like that:

digraph
{
  this -> is
  this -> a
  a -> test
}

Giv

5条回答
  •  一整个雨季
    2021-01-30 13:03

    Another option to use Graph::Easy's ASCII functionality is directly from your browser through this small service that I hosted:

    https://dot-to-ascii.ggerganov.com

提交回复
热议问题