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
03c7c8cf
Commit
03c7c8cf
authored
May 23, 2012
by
Tiago Peixoto
Browse files
Fix bug when drawing coarse-grained graphs interactively
parent
ac8d5f3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/draw/gtk_draw.py
View file @
03c7c8cf
...
@@ -20,6 +20,8 @@
...
@@ -20,6 +20,8 @@
from
cairo_draw
import
*
from
cairo_draw
import
*
from
cairo_draw
import
_vdefaults
,
_edefaults
from
cairo_draw
import
_vdefaults
,
_edefaults
from
..
draw
import
sfdp_layout
,
random_layout
,
_avg_edge_distance
,
\
coarse_graphs
def
point_in_poly
(
p
,
poly
):
def
point_in_poly
(
p
,
poly
):
...
...
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