For Python 3.6.8 and graphviz==0.11.1. Simple Graph() worked for me. from graphviz import * dot = Graph() dot.node('1', 'King Arthur') ...
確定! 回上一頁