71 |
|
|
72 |
commonargs = ['--imgformat', 'PNG', |
commonargs = ['--imgformat', 'PNG', |
73 |
'--legend-position=east', '--legend-direction=bottomup'] |
'--legend-position=east', '--legend-direction=bottomup'] |
74 |
sizeargs = { 'small' : [ '--width', '200', '--height', '125' ], |
|
75 |
'large' : [ '--width', '900', '--height', '500' ] |
sizeargs = { 'small' : [ '--width', '195', '--height', '125' ], |
76 |
|
'large' : [ '--width', '850', '--height', '500' ] |
77 |
} |
} |
78 |
def doplot(grouplist, dbtype, psize, timetag): |
def doplot(grouplist, dbtype, psize, timetag): |
79 |
|
|