Please read tips for efficient and successful posting and posting code
_ROOT Version: latest as of january 2021
_Platform:Ubuntu 20.04
_Compiler:C++
So I want to combine two TH2F histograms, but I still want to be able to tell them apart. I want to change the plot color of one of them from black to green, so that I have black and green points that I can differentiate. How do I do this? On TH1F I do SetFillColor() but here this does not work. Any Idea?