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
8edceb70
Commit
8edceb70
authored
Oct 13, 2017
by
Tiago Peixoto
Browse files
draw_hierarchy(): Allow for explicit non-inline mode
parent
a8741e0f
Pipeline
#383
passed with stage
in 189 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/draw/cairo_draw.py
View file @
8edceb70
...
...
@@ -2040,7 +2040,7 @@ def draw_hierarchy(state, pos=None, layout="radial", beta=0.8, node_weight=None,
widget
.
regenerate_surface
(
reset
=
True
)
widget
.
queue_draw
()
if
"output"
not
in
kwargs
and
not
is_draw_inline
:
if
"output"
not
in
kwargs
and
not
kwargs
.
get
(
"inline"
,
is_draw_inline
)
:
kwargs
[
"layout_callback"
]
=
update_cts
kwargs
[
"key_press_callback"
]
=
draw_branch
...
...
Write
Preview
Supports
Markdown
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