ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, incMarker=True, incLine=True, incColor=True) |
def | nextStyle (self) |
def | nextMarkerStyle (self) |
def | nextLineStyle (self) |
def | nextColorStyle (self) |
Public Attributes | |
idMarker | |
idLine | |
idColor | |
incMarker | |
incLine | |
incColor | |
Static Public Attributes | |
list | markerSequence = [ 8, 21, 22, 23, 29, 4, 25, 26, 27, 28, 30, 2, 3, 6] |
list | lineSequence = [ 1, 2, 3, 4] |
list | colorSequence = [ 1, 2, 4, 6, 8] |
StyleFactory is a helper class for assigning marker styles, line styles, and colors in ROOT plots.
Definition at line 171 of file roofit/ROOTUtils.py.
Definition at line 179 of file roofit/ROOTUtils.py.
def ROOTUtils.StyleFactory.nextColorStyle | ( | self | ) |
Get next color.
Definition at line 207 of file roofit/ROOTUtils.py.
def ROOTUtils.StyleFactory.nextLineStyle | ( | self | ) |
Get next line style.
Definition at line 202 of file roofit/ROOTUtils.py.
def ROOTUtils.StyleFactory.nextMarkerStyle | ( | self | ) |
Get next marker style.
Definition at line 197 of file roofit/ROOTUtils.py.
def ROOTUtils.StyleFactory.nextStyle | ( | self | ) |
Get next style cycling through markers, lines and colors as specified by the flags in the constructor. Returns a triplet of (marker,line,color) styles.
Definition at line 187 of file roofit/ROOTUtils.py.
|
static |
Definition at line 177 of file roofit/ROOTUtils.py.
ROOTUtils.StyleFactory.idColor |
Definition at line 182 of file roofit/ROOTUtils.py.
ROOTUtils.StyleFactory.idLine |
Definition at line 181 of file roofit/ROOTUtils.py.
ROOTUtils.StyleFactory.idMarker |
Definition at line 180 of file roofit/ROOTUtils.py.
ROOTUtils.StyleFactory.incColor |
Definition at line 185 of file roofit/ROOTUtils.py.
ROOTUtils.StyleFactory.incLine |
Definition at line 184 of file roofit/ROOTUtils.py.
ROOTUtils.StyleFactory.incMarker |
Definition at line 183 of file roofit/ROOTUtils.py.
|
static |
Definition at line 176 of file roofit/ROOTUtils.py.
|
static |
Definition at line 175 of file roofit/ROOTUtils.py.