Skip to content

Commit

Permalink
gp_panel: improve axis labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Mar 9, 2014
1 parent 1ddbfcd commit 38181fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyana/examples/gp_panel.py
Expand Up @@ -43,8 +43,8 @@ def gp_panel(version):
]) for k in sorted(data, key=int)
), # 'lc 0' works here because no error plotting necessary
name = os.path.join(outDir, 'panel%s' % version),
ylabel = 'dielectron pair production rate',
xlabel = 'dielectron mass (GeV/c^{2})',
ylabel = '1/N@_{mb}^{evt} dN@_{ee}^{acc.}/dM_{ee} [ (GeV/c^2)^{-1} ]',
xlabel = 'invariant dielectron mass, M_{ee} (GeV/c^{2})',
ylog = True, xr = [0, 1.1], yr = [1e-4, 20],
lmargin = 0.08, bmargin = 0.15,
arrow_length = 0.4, arrow_bar = 0.002,
Expand Down

0 comments on commit 38181fd

Please sign in to comment.