Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Steinlechner
pykat
Commits
260ed16d
Commit
260ed16d
authored
Aug 12, 2016
by
Sebastian Steinlechner
Browse files
renamed node_graph() to nodeGraph() to be compatible with the naming convention
parent
27ff9f40
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/finesse.py
View file @
260ed16d
...
...
@@ -2089,9 +2089,9 @@ class kat(object):
return
out
def
node
_g
raph
(
self
,
output
):
def
node
G
raph
(
self
,
output
):
"""
node
_g
raph(output)
node
G
raph(output)
Generate node visualisation of pykat node network using the
pygraphviz package. The generated graphics is saved in output, where the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment