Skip to content

Commit

Permalink
gp_rapp: minor improvs to ee_hadrons_xsec
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Dec 24, 2014
1 parent ae94082 commit 9340857
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyana/examples/gp_rapp.py
Expand Up @@ -77,9 +77,13 @@ def delta_QCD(Q):
name = os.path.join(outDir, 'ee_hadrons_xsec'),
xlabel = '{/Symbol \326}s = M_{ee} (GeV)',
ylabel = 'R = {/Symbol \163}(e^{+}e^{-}{/Symbol \256}hadrons) / {/Symbol \163}(e^{+}e^{-}{/Symbol \256}{/Symbol \155}^{+}{/Symbol \155}^{-})',
size = '8in,8in', xr = [0.35, 3], yr = [0.1,60], ylog=True,
bmargin = 0.13, rmargin = 0.98, tmargin = 0.99,
gpcalls = ['bars small'], key = ['width -6', 'bottom right']
size = '10in,7.5in', xr = [0.35, 3], yr = [0.1,60], ylog=True,
bmargin = 0.14, rmargin = 0.99, tmargin = 0.99,
gpcalls = ['bars small'], key = ['width -6', 'bottom right', 'nobox'],
labels = {
'{/Symbol \162}': [0.5,1.5,True], '{/Symbol \167}': [0.8,25,True],
'{/Symbol \146}': [1.05,40,True], "{/Symbol \162}'": [1.7,4,True],
}
)

if __name__ == '__main__':
Expand Down

0 comments on commit 9340857

Please sign in to comment.