Skip to content

Commit

Permalink
gp_stack: add arrow test
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 23, 2014
1 parent cc5d386 commit 62c4418
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyana/examples/gp_stack.py
Expand Up @@ -48,7 +48,10 @@ def gp_stack(version):
ylabel = 'dielectron pair production rate',
xlabel = 'dielectron mass (GeV/c^{2})',
ylog = True, xr = [0, 3.5], yr = [3e-6, 2e3],
lmargin = 0.07, key = ['width -3']
lmargin = 0.07, key = ['width -3'],
#arrows = [ # plot a test arrow
# [ [0.5, 1e-5], [2, 100], 'heads filled lc 2 lw 5 lt 1' ],
#]
)
return 'done'

Expand Down

0 comments on commit 62c4418

Please sign in to comment.