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
8123d30c
Commit
8123d30c
authored
Jul 14, 2011
by
Tiago Peixoto
Browse files
Trivial documentation fix
parent
ab2eff6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/draw/__init__.py
View file @
8123d30c
...
...
@@ -651,8 +651,8 @@ def fruchterman_reingold_layout(g, weight=None, a=None, r=1., scale=None,
Notes
-----
This algorithm is defined in [fruchterman-reingold]_, and has
complexity :math:`O(\text{n
_
iter}\times V^2)` if `grid=False` or
:math:`O(\text{n
_
iter}\times (V + E))` otherwise.
complexity :math:`O(\text{n
-
iter}\times V^2)` if `grid=False` or
:math:`O(\text{n
-
iter}\times (V + E))` otherwise.
Examples
--------
...
...
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