Skip to content

Commit

Permalink
gp_ptspec: fix missing comma, larger bmargin in meanPtLMR
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed May 8, 2014
1 parent 6aa9fba commit 63ffbfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyana/examples/gp_ptspec.py
Expand Up @@ -184,9 +184,9 @@ def gp_ptspec():
name = os.path.join(outDir, 'meanPtLMR'),
xlabel = '{/Symbol \326}s_{NN} (GeV)',
ylabel = 'LMR {/Symbol \341}p_{T}{/Symbol \361} in STAR Acceptance (GeV/c)',
lmargin = 0.15, xlog = True, xr = [17,220],
lmargin = 0.15, bmargin = 0.15, xlog = True, xr = [17,220],
yr = [0,0.82], #yr = [yMinPt, yMaxPt],
key = [ 'bottom right' ]
key = [ 'bottom right' ],
gpcalls = [
'format x "%g"',
'xtics (20,"" 30, 40,"" 50, 60,"" 70,"" 80,"" 90, 100, 200)',
Expand Down

0 comments on commit 63ffbfa

Please sign in to comment.