We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70718b commit 26cc7a7Copy full SHA for 26cc7a7
docs/source/index.rst
@@ -67,6 +67,10 @@ Here's a Python script with an example GraphKit computation graph that produces
67
# Prints "{'a_minus_ab': -8}".
68
print(out)
69
70
+ # Plot workflow diagram in a matplotlib window (`graphviz` in the path needed)
71
+ graph.net.plot(show=True)
72
+
73
74
As you can see, any function can be used as an operation in GraphKit, even ones imported from system modules!
75
76
License
0 commit comments