Browse Source

DSGC 修正3

Huan 5 years ago
parent
commit
bf1bf370a8

File diff suppressed because it is too large
+ 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

Some files were not shown because too many files changed in this diff