from graphviz import Digraph dot = Digraph(comment='this is direction') dot.node('A', 'writer') dot.node('B', 'doctor')
確定! 回上一頁