Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Be_libraries
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vratislav Chudoba
Be_libraries
Commits
38909048
Commit
38909048
authored
Jul 24, 2017
by
Vratislav Chudoba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TCanvas geometry for 6 panels fixed.
parent
2f24fab2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
13 deletions
+22
-13
rootlogon6panels.C
macros/BeCorrPRC/rootlogon6panels.C
+22
-13
No files found.
macros/BeCorrPRC/rootlogon6panels.C
View file @
38909048
//#include "TStyle.h"
void
rootlogon6panels
()
{
Info
(
"rootlogonThesis.c"
,
"This settings are used to make a nice pictures for PRC paper"
);
...
...
@@ -15,23 +18,31 @@
gStyle
->
SetOptStat
(
""
);
//canvas size and position
//one panel pictures
gStyle
->
SetCanvasDefW
(
1400
);
gStyle
->
SetCanvasDefH
(
600
);
gStyle
->
SetCanvasDefX
(
800
);
gStyle
->
SetCanvasDefY
(
300
);
//two panel pictures
// gStyle->SetCanvasDefH(850);
// gStyle->SetCanvasDefW(975);
// gStyle->SetCanvasDefX(541);
// gStyle->SetCanvasDefY(232);
gStyle
->
SetCanvasDefX
(
85
);
gStyle
->
SetCanvasDefY
(
224
);
gStyle
->
SetCanvasDefW
(
649
);
gStyle
->
SetCanvasDefH
(
727
);
//marker attributes
gStyle
->
SetMarkerStyle
(
20
);
gStyle
->
SetMarkerSize
(
0
.
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
gStyle
->
SetHistLineWidth
(
1
);
// gStyle->SetHistLineWidth(2);
...
...
@@ -39,8 +50,6 @@
gStyle
->
SetTitleBorderSize
(
0
);
gStyle
->
SetTitleXSize
(
0
.
06
);
gStyle
->
SetTitleYSize
(
0
.
06
);
gStyle
->
SetTitleFont
(
132
,
"X"
);
gStyle
->
SetTitleFont
(
132
,
"Y"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment