Update 'Design.cpp'

Renata Kopecná 2022-01-26 16:41:31 +01:00
parent 297fe9137d
commit 79e15ccf3c

@ -85,7 +85,8 @@ Takes an existing canvas and sets the margins. Used for fancier plots.
* TCanvas \*canvas
### void design_TH2F()
Takes an existing 2D histogram. The histogram markers and lines are set to have selected color.
Sets it's x-axis title to xaxis_name, y-axis name to yaxis_name and z-axis name to zaxis_name. Sets the title and label offsets, the histogram title is set to be empty.
* **Parameters**
* TH2F \*histogram OR TH2D \*histogram
* string xaxis_name
@ -93,7 +94,7 @@ Takes an existing canvas and sets the margins. Used for fancier plots.
* string zaxis_name
### void design_TH2F()
Executes [design_TH2F()](#void-design_TH2F()-1)
* **Parameters**
* TH2F \*histogram OR TH2D \*histogram
* string xaxis_name