Change color of error bars in a TGraphAsymmErrors

Hello all,

I’m superimposing several TGraphAsymmErrors graphs, with different colors for each graph, and I would like to change the colors of the error bars to match the colors of the points.

I use the SetMarkerColor() to change the color of the points, but I cannot find any functionality to do the same for the error bars.

Is this possible, and if so, can you let me know please?

Thank you in advance,
Pablo

use SetLineColor

Rene

thank you!