Skip to content

Commit c48a42c

Browse files
committed
move draw apz
1 parent b07e554 commit c48a42c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

TimingAnalyzer/macros/test_macros/extra_fits/style_time_plots.C

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ void makePlots(const TString & label, const TString & pavelabel)
122122
top_axis->SetTitleSize(0.035);
123123
top_axis->SetLabelSize(0.035);
124124

125-
// draph to get axes and such
126-
data_graph->Draw("apz");
127-
128125
// set marker color
129126
data_graph->SetMarkerColor(kRed);
130127
mc_graph ->SetMarkerColor(kBlue);
@@ -154,6 +151,7 @@ void makePlots(const TString & label, const TString & pavelabel)
154151
leg->AddEntry(mc_graph,"Simulation","epl");
155152

156153
// draw it all
154+
data_graph ->Draw("apz");
157155
data_fit ->Draw("same");
158156
data_graph ->Draw("pz same");
159157
mc_graph ->Draw("pz same");

0 commit comments

Comments
 (0)