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
fd099314
Commit
fd099314
authored
Oct 12, 2017
by
Tiago Peixoto
Browse files
draw_hierarchy(): Fix warnings for inline drawing
parent
2ee3e527
Pipeline
#381
passed with stage
in 258 minutes and 26 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/graph_tool/draw/cairo_draw.py
View file @
fd099314
...
...
@@ -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
:
if
"output"
not
in
kwargs
and
not
is_draw_inline
:
kwargs
[
"layout_callback"
]
=
update_cts
kwargs
[
"key_press_callback"
]
=
draw_branch
...
...
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