Skip to content

Commit f94989a

Browse files
committed
feat: changed drawing options
1 parent 64c1386 commit f94989a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/src/SliceTrendingTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ void SliceTrendingTask::drawCanvasMO(TCanvas* thisCanvas, const std::string& var
402402
} // for (int p = 0; p < nuPa; p++)
403403

404404
thisCanvas->cd(1);
405-
std::string drawOpt = opt.empty() ? "APL" : opt;
405+
std::string drawOpt = opt.empty() ? "A*L PMC PLC" : opt;
406406
multigraph->Draw(drawOpt.c_str());
407407

408408
auto legend = new TLegend(0., 0.1, 0.95, 0.9);

0 commit comments

Comments
 (0)