예제 #1
0
def drawAll(plots):
    '''create and draw the comparators corresponding to each of the plot info in the input
    plots dictionary'''
    # comparators = []
    for plotName, plotInfo in plots.iteritems():
        plotInfo['t1'] = tree1
        plotInfo['t2'] = tree2
        plotInfo['name1'] = a1
        plotInfo['name2'] = a2
        c = draw(**plotInfo)
        plotInfo.comparator = c
예제 #2
0
def drawAll(plots):
    """create and draw the comparators corresponding to each of the plot info in the input
    plots dictionary"""
    # comparators = []
    for plotName, plotInfo in plots.iteritems():
        plotInfo["t1"] = tree1
        plotInfo["t2"] = tree2
        plotInfo["name1"] = a1
        plotInfo["name2"] = a2
        c = draw(**plotInfo)
        plotInfo.comparator = c
예제 #3
0
def drawAll(plots):
    """create and draw the comparators corresponding to each of the plot info in the input
    plots dictionary"""
    # comparators = []
    for plotName, plotInfo in plots.iteritems():
        plotInfo["t1"] = trees[a1]
        plotInfo["t2"] = trees[a2]
        plotInfo["name1"] = a1
        plotInfo["name2"] = a2
        print "WARNING ADDITIONAL WEIGHTING FACTOR APPLIED:", 5.0 / 4.75
        # plotInfo['normalize'] = 5./4.75
        c = draw(**plotInfo)
        plotInfo.comparator = c