Searched refs:pydot (Results 1 – 1 of 1) sorted by relevance
31 import pydot_ng as pydot namespace35 import pydotplus as pydot namespace39 import pydot41 pydot = None variable46 if pydot is None:51 pydot.Dot.create(pydot.Dot())53 except (OSError, pydot.InvocationException):66 dot.add_edge(pydot.Edge(src, dst))120 dot = pydot.Cluster(style='dashed', graph_name=model.name)124 dot = pydot.Dot()[all …]