Skip to content

Commit

Permalink
gp_rdiff: small arrow_offset fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 28, 2014
1 parent 280953f commit 52ee85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyana/examples/gp_rdiff.py
Expand Up @@ -204,7 +204,7 @@ def gp_rdiff(version, nomed, noxerr, diffRel, divdNdy):
#lines = { ('x=1' if diffRel else 'x=0'): 'lc 0 lw 4 lt 2' },
gpcalls = gpcalls,
lmargin = 0.12, bmargin = 0.12, tmargin = 0.9, rmargin = 0.98,
size = '12in,9in', arrow_length = 0.4, arrow_offset = 0.9,
size = '12in,9in', arrow_length = 0.4,
)

if nomed or noxerr or version == 'QM12': return 'done'
Expand Down

0 comments on commit 52ee85d

Please sign in to comment.