Changing color of markers in TRatioPlot

Hi,

is there a way to change the marker colors in the TRatioPlot class? (I assume it would work with something along the lines of rp->SetGraphDrawOpt();, but I have no idea what to put in the brackets)

   rp->GetLowerRefGraph()->SetLineColor(kRed);
   rp->GetLowerRefGraph()->SetMarkerStyle(kFullCircle);
   rp->GetLowerRefGraph()->SetMarkerColor(kBlue);
1 Like

Solved my problem! Thanks!

1 Like