Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
270c0224
Commit
270c0224
authored
Jul 24, 2016
by
Maxime Perrotin
Browse files
Reduce the distance between nodes
parent
da78d758
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/Statechart.py
View file @
270c0224
...
...
@@ -493,7 +493,7 @@ def render_statechart(scene, graphtree=None, keep_pos=False, dump_gfx=''):
dump_gfx
+=
'.png'
graph
.
layout
(
prog
=
'neato'
,
args
=
'-Nfontsize=12, -Efontsize=8 '
'-Gsplines=curved -Gsep=
1
-Gdpi=72 '
'-Gsplines=curved -Gsep=
0.3
-Gdpi=72 '
'-Gstart=random10 -Goverlap=scale '
'-Nstyle=rounded -Nshape=record -Elen=1 {kp} {dump}'
.
format
(
kp
=
'-n1'
if
keep_pos
else
''
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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