We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07e554 commit c48a42cCopy full SHA for c48a42c
1 file changed
TimingAnalyzer/macros/test_macros/extra_fits/style_time_plots.C
@@ -122,9 +122,6 @@ void makePlots(const TString & label, const TString & pavelabel)
122
top_axis->SetTitleSize(0.035);
123
top_axis->SetLabelSize(0.035);
124
125
- // draph to get axes and such
126
- data_graph->Draw("apz");
127
-
128
// set marker color
129
data_graph->SetMarkerColor(kRed);
130
mc_graph ->SetMarkerColor(kBlue);
@@ -154,6 +151,7 @@ void makePlots(const TString & label, const TString & pavelabel)
154
151
leg->AddEntry(mc_graph,"Simulation","epl");
155
152
156
153
// draw it all
+ data_graph ->Draw("apz");
157
data_fit ->Draw("same");
158
data_graph ->Draw("pz same");
159
mc_graph ->Draw("pz same");
0 commit comments