Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
f38ef846
Commit
f38ef846
authored
Sep 29, 2014
by
Tiago Peixoto
Browse files
Fix documentation typos in graph_draw()
parent
50f93c5b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/graph_tool/draw/cairo_draw.py
View file @
f38ef846
...
...
@@ -721,7 +721,7 @@ def graph_draw(g, pos=None, vprops=None, eprops=None, vorder=None, eorder=None,
| | the default units of the output format (normally | | |
| | either pixels or points). | | |
+----------------+---------------------------------------------------+------------------------+----------------------------------+
| start_marker, | Edge markers. Can be one of "none", "arrow", | ``str`` or ``int`` | ``
-1``
|
| start_marker, | Edge markers. Can be one of "none", "arrow", | ``str`` or ``int`` | ``
none``
|
| mid_marker, | "circle", "square", "diamond", or "bar". | | |
| end_marker | Optionally, this might take a numeric value | | |
| | corresponding to position in the list above. | | |
...
...
@@ -808,7 +808,7 @@ def graph_draw(g, pos=None, vprops=None, eprops=None, vorder=None, eorder=None,
SFDP force-directed layout of a Price network with 1500 nodes. The
vertex size and color indicate the degree, and the edge color and width
the edge betweeness centrality.
the edge between
n
ess centrality.
"""
...
...
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