瀏覽代碼

DSGC 修正3

Huan 5 年之前
父節點
當前提交
bf1bf370a8
共有 2 個文件被更改,包括 187 次插入187 次删除
  1. 186 186
      DSGC/Algebra_Systemctl.py
  2. 1 1
      venv/share/doc/networkx-2.4/examples/pygraphviz/plot_pygraphviz_draw.py

文件差異過大導致無法顯示
+ 186 - 186
DSGC/Algebra_Systemctl.py


+ 1 - 1
venv/share/doc/networkx-2.4/examples/pygraphviz/plot_pygraphviz_draw.py

@@ -26,4 +26,4 @@ import networkx as nx
 G = nx.complete_graph(5)   # start with K5 in networkx
 A = nx.nx_agraph.to_agraph(G)        # convert to a graphviz graph
 A.layout()            # neato layout
-A.draw("k5.ps")       # write postscript in k5.ps with neato layout
+A.get_expression_from_name("k5.ps")       # write postscript in k5.ps with neato layout

部分文件因文件數量過多而無法顯示