Searched refs:pydot (Results 1 – 2 of 2) sorted by relevance
29 import pydot_ng as pydot namespace33 import pydotplus as pydot namespace37 import pydot39 pydot = None variable46 pydot.Dot.create(pydot.Dot())89 dot = pydot.Dot()131 node = pydot.Node(layer_id, label=label)143 dot.add_edge(pydot.Edge(inbound_layer_id, layer_id))
34 import pydot # pylint: disable=g-import-not-at-top36 pydot = None variable72 if pydot is None:75 parsed, = pydot.graph_from_dot_data(dot_graph_string)