Skip to content

Commit

Permalink
Two small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel committed Jun 26, 2018
1 parent bba7879 commit 9f317b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Validation/RecoTrack/test/publicPlots/plot.py
Expand Up @@ -741,6 +741,7 @@ def plotColoredEff(phase1file, prefix, pileup):
"DetachedQuadStep",
"DetachedTripletStep",
"MixedTripletStep",
"PixelPairStep",
"PixelLessStep",
"TobTecStep",
"JetCoreRegionalStep",
Expand Down Expand Up @@ -1393,7 +1394,8 @@ def drawPlot(name, plot, xmin=None, ymin=0, xmax=None, ymax=None, xlog=False, yl
ymax = 1.1*plot.getYmax()

bounds = (xmin, ymin, xmax, ymax)
args = {"nrows": 1}
args = {"nrows": 1,
"zmax": None}
if xbinlabels is not None:
args["xbinlabels"] = xbinlabels
args["xbinlabelsize"] = xbinlabelsize
Expand Down

0 comments on commit 9f317b1

Please sign in to comment.