diff --git a/Modules/Common/src/ReferenceComparatorPlot.cxx b/Modules/Common/src/ReferenceComparatorPlot.cxx index 42d05e5d53..1bbaa60e57 100644 --- a/Modules/Common/src/ReferenceComparatorPlot.cxx +++ b/Modules/Common/src/ReferenceComparatorPlot.cxx @@ -306,8 +306,8 @@ class ReferenceComparatorPlotImpl1D : public ReferenceComparatorPlotImpl } mRatioPlot->SetLineColor(kBlack); mRatioPlot->SetStats(0); - mRatioPlot->SetOption("E"); - mRatioPlot->Draw("E"); + mRatioPlot->SetOption(drawOption.c_str()); + mRatioPlot->Draw(drawOption.c_str()); if (drawRatioOnly) { mRatioPlot->SetMinimum(0); mRatioPlot->SetMaximum(2);