Modifying Style of Mean Marker in Violin Plots

In v6.08 of ROOT, you could modify the mean/median marker of violin plots with

    hviolin->SetMarkerStyle(20);
    hviolin->SetMarkerSize(0.5);

as here: ROOT: THistPainter Class Reference (cern.ch). However, it seems in v6.20 these options no longer affect the mean/median markers, as seen here: ROOT: THistPainter Class Reference (cern.ch)? Is there a way to modify their appearance still?

It looks like the marker style is fixed to 24. I also can change the size via the Graphics editor. I guess the author of this code ( @Georg_T ) can give more details.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.