Belle II Software development
|
Public Member Functions | |
def | __init__ (self) |
Static Public Attributes | |
list | colours = ["red", "green", "blue", "orange", "cyan", "purple"] |
6 default colours used for the bargraph | |
Defines the colourlist latex-command, which draws a bargraph with relative fractions indicated by colours using tikz. After including this object in you latex code the command \\bargraph is available. You should include only one of these objects in your latex code.
Definition at line 228 of file b2latex.py.
def __init__ | ( | self | ) |
Calls super-class init, adds definition of colourlist to latex code.
Reimplemented from LatexObject.
Definition at line 239 of file b2latex.py.
|
static |
6 default colours used for the bargraph
Definition at line 237 of file b2latex.py.