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
Tiago Peixoto
graph-tool
Commits
ee9eb8fd
Commit
ee9eb8fd
authored
Jun 07, 2015
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in graph_draw() docstring
parent
b5e3ee50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/graph_tool/draw/cairo_draw.py
src/graph_tool/draw/cairo_draw.py
+1
-1
No files found.
src/graph_tool/draw/cairo_draw.py
View file @
ee9eb8fd
...
@@ -605,7 +605,7 @@ def graph_draw(g, pos=None, vprops=None, eprops=None, vorder=None, eorder=None,
...
@@ -605,7 +605,7 @@ def graph_draw(g, pos=None, vprops=None, eprops=None, vorder=None, eorder=None,
given via the ``vertex_<prop-name>`` parameters, where ``<prop-name>`` is
given via the ``vertex_<prop-name>`` parameters, where ``<prop-name>`` is
the name of the property.
the name of the property.
eprops : dict (optional, default: ``None``)
eprops : dict (optional, default: ``None``)
Dictionary with the
vertex
properties. Individual properties may also be
Dictionary with the
edge
properties. Individual properties may also be
given via the ``edge_<prop-name>`` parameters, where ``<prop-name>`` is
given via the ``edge_<prop-name>`` parameters, where ``<prop-name>`` is
the name of the property.
the name of the property.
vorder : :class:`~graph_tool.PropertyMap` (optional, default: ``None``)
vorder : :class:`~graph_tool.PropertyMap` (optional, default: ``None``)
...
...
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