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
ae68c0c4
Commit
ae68c0c4
authored
Sep 25, 2017
by
Tiago Peixoto
Browse files
Docstring tweaks
parent
de9e7adb
Pipeline
#363
passed with stage
in 169 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/generation/__init__.py
View file @
ae68c0c4
...
...
@@ -703,9 +703,9 @@ def random_rewire(g, model="configuration", n_iter=1, edge_sweep=True,
<...>
>>> legend(loc='center left', bbox_to_anchor=(1, 0.5))
<...>
>>> tight_layout()
>>> box = gca().get_position()
>>> gca().set_position([box.x0, box.y0, box.width * 0.7, box.height])
>>> tight_layout()
>>> savefig("shuffled-stats.svg")
.. testcode::
...
...
@@ -765,7 +765,7 @@ def random_rewire(g, model="configuration", n_iter=1, edge_sweep=True,
<...>
>>> tight_layout()
>>> box = gca().get_position()
>>> gca().set_position([box.x0, box.y0, box.width * 0.
7
, box.height])
>>> gca().set_position([box.x0, box.y0, box.width * 0.
55
, box.height])
>>> savefig("shuffled-deg-corr-dir.svg")
.. testcode::
...
...
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