Skip to content

Commit f00bdeb

Browse files
committed
correct marker color
1 parent b75bf5c commit f00bdeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/VPlotInstrumentResponseFunction.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,11 +1635,13 @@ TCanvas* VPlotInstrumentResponseFunction::plotPSF( vector< double > i_Energy_TeV
16351635
if( iCumulative )
16361636
{
16371637
hCumu->SetLineColor( VUtilities::color_id( i + 1 ) );
1638+
hCumu->SetMarkerColor( VUtilities::color_id( i + 1 ) );
16381639
hCumu->Draw( "same" );
16391640
}
16401641
else
16411642
{
16421643
h->SetLineColor( VUtilities::color_id( i + 1 ) );
1644+
h->SetMarkerColor( VUtilities::color_id( i + 1 ) );
16431645
// rebin
16441646
if( iPlotTheta2 )
16451647
{

0 commit comments

Comments
 (0)