[Solved] Color and Symbol of RooDataHist

When I plot a RooDataHist on a frame I would like to know how to change the color and the symbol. I looked and I have not found information on how to do this. I see how I can change a model and or a pdf color, but not a RooDataHist.

Justace

Ok, I finally saw the solution in the manual on page 61 of version 29.

data_sideband.plotOn(frame, MarkerColor(1), LineColor(1));