Graphviz (DOT) Captions. You can use label to add a caption to the graph. Example: digraph { A -> B; label="Graph"; labelloc=top; labeljust=left; }.
確定! 回上一頁