def buildGraph7c(subFolder, G0): print '\nBuilding rating for slide 7.3.' G7c = subGraphFromTypes(G0, [4, 8]) BuildTables.computeTable(subFolder, 'table1.tex', G7c)
def buildGraph83b(subFolder, G0): print '\nBuilding rating for slide 8.3.2.' G83b = subGraphFromTypes(G0, [5, 7]) BuildTables.computeTable(subFolder, 'table3.tex', G83b)
def buildGraph83c(subFolder, G0): print '\nBuilding rating for slide 8.3.3.' G83c = subGraphFromTypes(G0, [3, 6]) BuildTables.computeTable(subFolder, 'table4.tex', G83c)
def buildGraph83a(subFolder, G0): print '\nBuilding rating for slide 8.3.1.' G83a = subGraphFromTypes(G0, [0]) BuildTables.computeTable(subFolder, 'table2.tex', G83a)