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
7b85fa40
Commit
7b85fa40
authored
Sep 20, 2018
by
Tiago Peixoto
Browse files
Fix GraphArtisit.draw()
This fixes issue #504
parent
b9eac005
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/draw/cairo_draw.py
View file @
7b85fa40
...
...
@@ -1562,7 +1562,7 @@ class GraphArtist(matplotlib.artist.Artist):
pos
=
group_vector_property
([
x
,
y
])
cairo_draw
(
self
.
g
,
pos
,
ctx
,
self
.
vprops
,
self
.
eprops
,
self
.
vorder
,
self
.
eorder
,
self
.
nodesfirst
,
self
.
kwargs
)
self
.
vorder
,
self
.
eorder
,
self
.
nodesfirst
,
**
self
.
kwargs
)
ctx
.
restore
()
...
...
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