Public Member Functions | |
def | __init__ |
def | drawHTTPstring |
def | drawInteractive |
def | drawPNG |
def | plotInst_RunLS |
def | plotPeakPerday_Time |
def | plotPerdayX_Time |
def | plotSumX_Fill |
def | plotSumX_Run |
def | plotSumX_Time |
Public Attributes | |
colormap | |
Private Attributes | |
__canvas | |
__fig | |
Definition at line 45 of file matplotRender.py.
def matplotRender.matplotRender.__init__ | ( | self, | |
fig | |||
) |
Definition at line 46 of file matplotRender.py.
def matplotRender.matplotRender.drawHTTPstring | ( | self | ) |
Definition at line 542 of file matplotRender.py.
References matplotRender.matplotRender.__canvas, and matplotRender.matplotRender.__fig.
def matplotRender.matplotRender.drawInteractive | ( | self | ) |
Definition at line 553 of file matplotRender.py.
References matplotRender.matplotRender.__canvas, matplotRender.matplotRender.__fig, and python.timeUnitHelper.pack().
def matplotRender.matplotRender.drawPNG | ( | self, | |
filename | |||
) |
Definition at line 549 of file matplotRender.py.
References matplotRender.matplotRender.__canvas, and matplotRender.matplotRender.__fig.
def matplotRender.matplotRender.plotInst_RunLS | ( | self, | |
rawxdata, | |||
rawydata, | |||
nticks = 6 |
|||
) |
Input: rawxdata [run,fill,norbit,starttime,stoptime,totalls,ncmsls] rawydata {label:[instlumi]}
Definition at line 451 of file matplotRender.py.
References matplotRender.matplotRender.colormap, python.multivaluedict.dict, and max().
def matplotRender.matplotRender.plotPeakPerday_Time | ( | self, | |
daydict, | |||
minTime, | |||
maxTime, | |||
nticks = 6 , |
|||
annotateBoundaryRunnum = False , |
|||
yscale = 'linear' |
|||
) |
Input: daydict={}#{day:[run,lsnum,instlumi]}
Definition at line 361 of file matplotRender.py.
References matplotRender.matplotRender.colormap, and python.multivaluedict.dict.
def matplotRender.matplotRender.plotPerdayX_Time | ( | self, | |
days, | |||
databyday, | |||
minTime, | |||
maxTime, | |||
boundaryInfo = [] , |
|||
nticks = 6 , |
|||
annotateBoundaryRunnum = False , |
|||
yscale = 'linear' |
|||
) |
input databyday {'Delivered':[lumiperday]} boundaryInfo [[begintime,begininfo],[endtime,endinfo]]
Definition at line 283 of file matplotRender.py.
References matplotRender.matplotRender.colormap, python.multivaluedict.dict, max(), and min.
def matplotRender.matplotRender.plotSumX_Fill | ( | self, | |
rawxdata, | |||
rawydata, | |||
rawfillDict, | |||
nticks = 6 , |
|||
yscale = 'linear' |
|||
) |
Definition at line 127 of file matplotRender.py.
References python.multivaluedict.append(), matplotRender.matplotRender.colormap, python.multivaluedict.dict, and max().
def matplotRender.matplotRender.plotSumX_Run | ( | self, | |
rawxdata, | |||
rawydata, | |||
nticks = 6 , |
|||
yscale = 'linear' |
|||
) |
Definition at line 55 of file matplotRender.py.
References python.multivaluedict.append(), matplotRender.matplotRender.colormap, python.multivaluedict.dict, CommonUtil.inclusiveRange(), max(), and min.
def matplotRender.matplotRender.plotSumX_Time | ( | self, | |
rawxdata, | |||
rawydata, | |||
minTime, | |||
maxTime, | |||
hltpath = '' , |
|||
nticks = 6 , |
|||
annotateBoundaryRunnum = False , |
|||
yscale = 'linear' |
|||
) |
input: rawxdata runDict{runnumber:[delivered,recorded,recorded_hltpath]} rawydata {label:[rundata]}
Definition at line 200 of file matplotRender.py.
References python.multivaluedict.append(), matplotRender.matplotRender.colormap, and python.multivaluedict.dict.
|
private |
Definition at line 48 of file matplotRender.py.
Referenced by matplotRender.matplotRender.drawHTTPstring(), matplotRender.matplotRender.drawInteractive(), and matplotRender.matplotRender.drawPNG().
|
private |
Definition at line 47 of file matplotRender.py.
Referenced by matplotRender.matplotRender.drawHTTPstring(), matplotRender.matplotRender.drawInteractive(), and matplotRender.matplotRender.drawPNG().
matplotRender.matplotRender.colormap |
Definition at line 49 of file matplotRender.py.
Referenced by matplotRender.matplotRender.plotInst_RunLS(), matplotRender.matplotRender.plotPeakPerday_Time(), matplotRender.matplotRender.plotPerdayX_Time(), matplotRender.matplotRender.plotSumX_Fill(), matplotRender.matplotRender.plotSumX_Run(), and matplotRender.matplotRender.plotSumX_Time().