Where to post feature requests?

Sorry,
Couldnt find it in the main page…

If my message can be sorted there then it is:

Often one has to set different Histogram attributes at once, for example MarkerColor equals LineColor, LineWidht and so on…
Is it possible to iclude in TH1 a function:

TH1::SetAttributes(LineStyle,LineColor, MarkerStyle…), which can do it all at once?

Thanks and greetings,
Frank

You can create your own function like:

SetHistogramAttributes(TH1* h1, att1, att2, att3...)

which intermally will set the attributes att1 att2 att3 to h1.

thanks, that was exactly what i did.
in my opinion, this would be a nice feature…
regards,
frank