Skip to content

Commit cd3e20d

Browse files
committed
gp_xfac: minor adjustments
1 parent 99eaaea commit cd3e20d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ccsgp_get_started/examples/gp_xfac.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ def gp_xfac():
5050
key = [ 'top center', 'maxcols 2', 'width -7', 'font ",20"' ],
5151
ylabel = 'LMR Enhancement Factor',
5252
xlabel = '{/Symbol \326}s_{NN} (GeV)',
53-
yr = [0.5, 6.5],
53+
yr = [0.5, 6.5], size = '8.5in,8in',
54+
rmargin = 0.99, tmargin = 0.98, bmargin = 0.14,
5455
xlog = True, gpcalls = [
5556
'format x "%g"',
5657
'xtics (20,"" 30, 40,"" 50, 60,"" 70,"" 80,"" 90, 100, 200)',

0 commit comments

Comments
 (0)