Commit 38909048 authored by Vratislav Chudoba's avatar Vratislav Chudoba

TCanvas geometry for 6 panels fixed.

parent 2f24fab2
//#include "TStyle.h"
void rootlogon6panels()
{ {
Info("rootlogonThesis.c", "This settings are used to make a nice pictures for PRC paper"); Info("rootlogonThesis.c", "This settings are used to make a nice pictures for PRC paper");
...@@ -15,23 +18,31 @@ ...@@ -15,23 +18,31 @@
gStyle->SetOptStat(""); gStyle->SetOptStat("");
//canvas size and position //canvas size and position
//one panel pictures gStyle->SetCanvasDefX(85);
gStyle->SetCanvasDefW(1400); gStyle->SetCanvasDefY(224);
gStyle->SetCanvasDefH(600);
gStyle->SetCanvasDefX(800); gStyle->SetCanvasDefW(649);
gStyle->SetCanvasDefY(300); gStyle->SetCanvasDefH(727);
//two panel pictures
// gStyle->SetCanvasDefH(850);
// gStyle->SetCanvasDefW(975);
// gStyle->SetCanvasDefX(541);
// gStyle->SetCanvasDefY(232);
//marker attributes //marker attributes
gStyle->SetMarkerStyle(20); gStyle->SetMarkerStyle(20);
gStyle->SetMarkerSize(0.1); gStyle->SetMarkerSize(0.1);
gStyle->SetMarkerColor(1); gStyle->SetMarkerColor(1);
// gStyle->SetLabelOffset(0.55, "X");
gStyle->SetLabelSize(0.06, "X");
gStyle->SetTitleSize(0.11, "X");
gStyle->SetTitleOffset(0.55, "X");
gStyle->SetTitleXSize(0.11);
gStyle->SetLabelSize(0.06, "Y");
gStyle->SetTitleSize(0.11, "Y");
gStyle->SetTitleOffset(0.61, "Y");
gStyle->SetTitleYSize(0.11);
//line attributes //line attributes
gStyle->SetHistLineWidth(1); gStyle->SetHistLineWidth(1);
// gStyle->SetHistLineWidth(2); // gStyle->SetHistLineWidth(2);
...@@ -39,8 +50,6 @@ ...@@ -39,8 +50,6 @@
gStyle->SetTitleBorderSize(0); gStyle->SetTitleBorderSize(0);
gStyle->SetTitleXSize(0.06);
gStyle->SetTitleYSize(0.06);
gStyle->SetTitleFont(132, "X"); gStyle->SetTitleFont(132, "X");
gStyle->SetTitleFont(132, "Y"); gStyle->SetTitleFont(132, "Y");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment