Skip to content

zhoush210/my_Graphviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my_Graphviz

语法

// 无向图
graph graphname {
     a -- b -- c;
     b -- d;
 }

// 有向图
digraph graphname {
     a -> b -> c;
     b -> d;
 }
  • 如果subgraph的名字以cluster_开头,所有属于这个子图的节点会用一个矩形和其他节点分开

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages