Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Malte R
graph-tool
Commits
70f0e42c
Commit
70f0e42c
authored
Nov 17, 2020
by
Malte R
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docstring of graphviz_draw.
The effect of setting "output" to None should be more clear now.
parent
4e66070a
Pipeline
#748
passed with stage
in 89 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/graph_tool/draw/graphviz_draw.py
src/graph_tool/draw/graphviz_draw.py
+2
-3
No files found.
src/graph_tool/draw/graphviz_draw.py
View file @
70f0e42c
...
...
@@ -236,14 +236,13 @@ def graphviz_draw(g, pos=None, size=(15, 15), pin=False, layout=None,
Scalar edge property map which specifies the order with which edges
are drawn.
output : string (default: ``""``)
Output file name.
Output file name.
If ``None`` then no output is produced.
output_format : string (default: ``"auto"``)
Output file format. Possible values are ``"auto"``, ``"xlib"``,
``"ps"``, ``"svg"``, ``"svgz"``, ``"fig"``, ``"mif"``, ``"hpgl"``,
``"pcl"``, ``"png"``, ``"gif"``, ``"dia"``, ``"imap"``, ``"cmapx"``. If
the value is ``"auto"``, the format is guessed from the ``output``
parameter, or ``xlib`` if it is empty. If the value is ``None``, no
output is produced.
parameter, or ``xlib`` if it is empty.
fork : bool (default: ``False``)
If ``True``, the program is forked before drawing. This is used as a
work-around for a bug in graphviz, where the ``exit()`` function is
...
...
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