Rev 29 | Rev 40 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 29 | Rev 38 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | style->SetCanvasColor(0); |
9 | style->SetCanvasColor(0); |
10 | style->SetHistFillColor(18); |
10 | style->SetHistFillColor(18); |
11 | style->SetStatColor(0); |
11 | style->SetStatColor(0); |
12 | style->SetPalette(1, 0); |
12 | style->SetPalette(1, 0); |
13 | 13 | ||
- | 14 | style->SetMarkerStyle(kFullDotLarge); |
|
- | 15 | //style->SetMarkerSize(7); |
|
- | 16 | ||
- | 17 | ||
14 | style->SetPadTopMargin(0. |
18 | style->SetPadTopMargin(0.15); |
15 | style->SetPadBottomMargin(0. |
19 | style->SetPadBottomMargin(0.15); |
16 | style->SetPadLeftMargin(0. |
20 | style->SetPadLeftMargin(0.15); |
17 | style->SetPadRightMargin(0. |
21 | style->SetPadRightMargin(0.15); |
18 | 22 | ||
19 | style->SetTitleOffset(1.3, "y"); |
23 | style->SetTitleOffset(1.3, "y"); |
- | 24 | gStyle->SetPalette(1, 0); |
|
- | 25 | ||
- | 26 | //gStyle->SetPaperSize(TStyle::kA4); |
|
20 | } |
27 | } |
21 | //########################################################################################## |
28 | //########################################################################################## |
22 | RTCanvas::RTCanvas() |
29 | RTCanvas::RTCanvas() |
23 | { |
30 | { |
24 | RTCanvas((char*)"can", (char*)" ", 0, 0, 640, 480); |
31 | RTCanvas((char*)"can", (char*)" ", 0, 0, 640, 480); |