From 79e15ccf3c9b07120d8bec2c29c160a0d82279b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Wed, 26 Jan 2022 16:41:31 +0100 Subject: [PATCH] Update 'Design.cpp' --- Design.cpp.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Design.cpp.md b/Design.cpp.md index 6a77ce9..2959f2d 100644 --- a/Design.cpp.md +++ b/Design.cpp.md @@ -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