~ma5/madanalysis5/madanalysis-development

« back to all changes in this revision

Viewing changes to madanalysis/layout/plotflow.py

  • Committer: Eric Conte
  • Date: 2016-12-28 14:39:07 UTC
  • Revision ID: eric.conte@cern.ch-20161228143907-iof1rjhfr11su6tg
fix bug with install PAD

Show diffs side-by-side

added added

removed removed

Lines of Context:
437
437
        axis_titleY = ref.GetYaxis()
438
438
 
439
439
        # Scale to one ?
440
 
        print "ERIC"
441
440
        scale2one = False
442
441
        if ref.stack==StackingMethodType.NORMALIZE2ONE or \
443
442
           (self.main.stack==StackingMethodType.NORMALIZE2ONE and \
444
443
           ref.stack==StackingMethodType.AUTO):
445
444
            scale2one = True
446
 
        print "ERIC: scale2one" + str(scale2one)
447
445
 
448
446
        if scale2one:
449
447
            axis_titleY += " ( scaled to one )"