import pydot dot_string = """graph my_graph { bgcolor="yellow"; a [label="Foo"]; b [shape=circle]; a -- b -- c [color=blue]; }""" graphs ...
確定! 回上一頁