Pad

class Pad.Pad(name='undefined', *args, **kwargs)[source]

Bases: MethodProxy.MethodProxy, TPad

__init__(name='undefined', *args, **kwargs)[source]

x.__init__(…) initializes x; see help(type(x)) for signature

SetPadPosition(xlow, ylow, xup, yup)[source]
GetPadPosition()[source]
GetPadWidth()[source]
GetPadHeight()[source]
GetXMin()[source]
GetXMax()[source]
GetYMin()[source]
GetYMax()[source]
SetXMin(xmin)[source]
SetXMax(xmax)[source]
SetYMin(ymin)[source]
SetYMax(ymax)[source]
SetLogx(boolean)[source]
SetLogy(boolean)[source]
SetXTitle(xtitle)[source]
GetXTitle()[source]
SetYTitle(ytitle)[source]
GetYTitle()[source]
SetXUnits(xunits)[source]
GetXUnits()[source]
SetYUnits(yunits)[source]
GetYUnits()[source]
SetFrame(xmin, ymin, xmax, ymax)[source]
GetFrame()[source]
SetDrawFrame(boolean)[source]
GetDrawFrame()[source]
DrawFrame(*args, **kwargs)[source]
SetLabelColor(color, axes='xyz')[source]
SetLabelFont(font, axes='xyz')[source]
SetLabelSize(size, axes='xyz')[source]
SetLabelOffset(offset, axes='xyz')[source]
SetTitleColor(color, axes='xyz')[source]
SetTitleFont(font, axes='xyz')[source]
SetTitleSize(size, axes='xyz')[source]
SetTitleOffset(offset, axes='xyz')[source]
SetNdivisions(ndiv, optim=True, axes='xyz')[source]
SetTopMargin(margin)[source]
SetBottomMargin(margin)[source]
SetLeftMargin(margin)[source]
SetRightMargin(margin)[source]
SetDrawLegend(boolean)[source]
SetLegendXShift(value)[source]
GetLegendXShift()[source]
SetLegendYShift(value)[source]
GetLegendYShift()[source]
GetDrawLegend()[source]
SetXBinLabels(v, bound_coord='x', bound_prop='BinLabels')
SetXLabelColor(v, bound_coord='x', bound_prop='LabelColor')
SetXLabelFont(v, bound_coord='x', bound_prop='LabelFont')
SetXLabelOffset(v, bound_coord='x', bound_prop='LabelOffset')
SetXLabelOption(v, bound_coord='x', bound_prop='LabelOption')
SetXLabelSize(v, bound_coord='x', bound_prop='LabelSize')
SetXNdivisions(v, bound_coord='x', bound_prop='Ndivisions')
SetXTitleColor(v, bound_coord='x', bound_prop='TitleColor')
SetXTitleFont(v, bound_coord='x', bound_prop='TitleFont')
SetXTitleOffset(v, bound_coord='x', bound_prop='TitleOffset')
SetXTitleSize(v, bound_coord='x', bound_prop='TitleSize')
SetYBinLabels(v, bound_coord='y', bound_prop='BinLabels')
SetYLabelColor(v, bound_coord='y', bound_prop='LabelColor')
SetYLabelFont(v, bound_coord='y', bound_prop='LabelFont')
SetYLabelOffset(v, bound_coord='y', bound_prop='LabelOffset')
SetYLabelOption(v, bound_coord='y', bound_prop='LabelOption')
SetYLabelSize(v, bound_coord='y', bound_prop='LabelSize')
SetYNdivisions(v, bound_coord='y', bound_prop='Ndivisions')
SetYPadding(value)[source]
SetYTitleColor(v, bound_coord='y', bound_prop='TitleColor')
SetYTitleFont(v, bound_coord='y', bound_prop='TitleFont')
SetYTitleOffset(v, bound_coord='y', bound_prop='TitleOffset')
SetYTitleSize(v, bound_coord='y', bound_prop='TitleSize')
SetZBinLabels(v, bound_coord='z', bound_prop='BinLabels')
SetZLabelColor(v, bound_coord='z', bound_prop='LabelColor')
SetZLabelFont(v, bound_coord='z', bound_prop='LabelFont')
SetZLabelOffset(v, bound_coord='z', bound_prop='LabelOffset')
SetZLabelOption(v, bound_coord='z', bound_prop='LabelOption')
SetZLabelSize(v, bound_coord='z', bound_prop='LabelSize')
SetZNdivisions(v, bound_coord='z', bound_prop='Ndivisions')
SetZTitleColor(v, bound_coord='z', bound_prop='TitleColor')
SetZTitleFont(v, bound_coord='z', bound_prop='TitleFont')
SetZTitleOffset(v, bound_coord='z', bound_prop='TitleOffset')
SetZTitleSize(v, bound_coord='z', bound_prop='TitleSize')
GetYPadding()[source]
SetBinLabels(listoflabels, axes='x')[source]
SetLabelOption(option, axes='xyz')[source]