Skip to content

Commit

Permalink
logx for ratio pad
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Sep 3, 2015
1 parent 1740505 commit 360aa95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KCode/KPlot.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ class KPlot{
can->cd();
pad2->SetMargin(marginL/pad2W,marginR/pad2W,marginB/pad2H,marginM2/pad2H);
pad2->SetTicks(1,1);
if(localOpt->Get("logx",false)) pad2->SetLogx(); //logx off by default (i.e. linx on by default)
pad2->Draw();

//format ratio histo
Expand Down

0 comments on commit 360aa95

Please sign in to comment.