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
d9ea11a0
Commit
d9ea11a0
authored
Jul 30, 2009
by
Tiago Peixoto
Browse files
Small fix in draw module docstrings
parent
59237426
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/draw/__init__.py
View file @
d9ea11a0
...
...
@@ -193,6 +193,7 @@ def graph_draw(g, pos=None, size=(15, 15), pin=False, layout= "neato",
Examples
--------
>>> from numpy import *
>>> from numpy.random import seed, zipf
>>> seed(42)
>>> g = gt.random_graph(1000, lambda: min(zipf(2.4), 40),
...
...
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