Your problems stems from the line: self._graph.edge(labels[i], labels[j], weight=trans[i, j]). The problem here is that dot attributes can ...
確定! 回上一頁