|
| HistPlot (string pythonName) |
|
void | frame (string frameIn, string titleIn="", string xLabIn="", string yLabIn="") |
|
void | add (const Hist &histIn, string styleIn="h", string legendIn="void") |
|
void | plot (bool logY=false) |
|
void | plotFrame (string frameIn, const Hist &histIn, string titleIn="", string xLabIn="", string yLabIn="", string styleIn="h", string legendIn="void", bool logY=false) |
|
| HistPlot (string pythonName) |
|
void | frame (string frameIn, string titleIn="", string xLabIn="", string yLabIn="", double xSizeIn=8., double ySizeIn=6.) |
|
void | add (const Hist &histIn, string styleIn="h", string legendIn="void") |
|
void | addFile (string fileIn, string styleIn="o", string legendIn="void", string xyerrIn="") |
|
void | plot (bool logY=false, bool logX=false, bool userBorders=false) |
|
void | plot (double xMinUserIn, double xMaxUserIn, double yMinUserIn, double yMaxUserIn, bool logY=false, bool logX=false) |
|
void | plotFrame (string frameIn, const Hist &histIn, string titleIn="", string xLabIn="", string yLabIn="", string styleIn="h", string legendIn="void", bool logY=false) |
|
Definition at line 509 of file Basics.h.