Update 'Design.cpp'
parent
297fe9137d
commit
79e15ccf3c
@ -85,7 +85,8 @@ Takes an existing canvas and sets the margins. Used for fancier plots.
|
|||||||
* TCanvas \*canvas
|
* TCanvas \*canvas
|
||||||
|
|
||||||
### void design_TH2F()
|
### 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**
|
* **Parameters**
|
||||||
* TH2F \*histogram OR TH2D \*histogram
|
* TH2F \*histogram OR TH2D \*histogram
|
||||||
* string xaxis_name
|
* string xaxis_name
|
||||||
@ -93,7 +94,7 @@ Takes an existing canvas and sets the margins. Used for fancier plots.
|
|||||||
* string zaxis_name
|
* string zaxis_name
|
||||||
|
|
||||||
### void design_TH2F()
|
### void design_TH2F()
|
||||||
|
Executes [design_TH2F()](#void-design_TH2F()-1)
|
||||||
* **Parameters**
|
* **Parameters**
|
||||||
* TH2F \*histogram OR TH2D \*histogram
|
* TH2F \*histogram OR TH2D \*histogram
|
||||||
* string xaxis_name
|
* string xaxis_name
|
||||||
|
Loading…
Reference in New Issue
Block a user