Skip to content

Commit

Permalink
fix atlas style (#6291)
Browse files Browse the repository at this point in the history
  • Loading branch information
couet authored Sep 2, 2020
1 parent ceb9bcc commit 71dba00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/base/src/TStyle.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ TStyle::TStyle(const char *name, const char *title)
SetMarkerSize(1.2);
SetHistLineWidth(2.);
SetLineStyleString(2,"[12 12]");
SetErrorX(0.0001); // get rid of X error bars (as recommended in ATLAS figure guidelines)
SetEndErrorSize(0.); // get rid of error bar caps
SetOptTitle(0);
SetOptStat(0);
Expand Down Expand Up @@ -964,7 +963,6 @@ void TStyle::Reset(Option_t *opt)
SetMarkerSize(1.2);
SetHistLineWidth(2.);
SetLineStyleString(2,"[12 12]");
SetErrorX(0.0001);
SetEndErrorSize(0.);
SetOptTitle(0);
SetOptStat(0);
Expand Down

0 comments on commit 71dba00

Please sign in to comment.