I found this thread from 2018 and as far as I can see there’s still no option in the constructor to do TH1/THStack - which I imagine would be a more popular use case (although I may be wrong) than the opposite.
It would be super useful if this constructor could be introduced into the class.
As said in the discussion you refer to, there is a TRatioPlot constructor using THStack: ROOT: TRatioPlot Class Reference
Is that what you are looking for ?
Right but that’s more lines of code, it would be really helpful if there was a method which already did that for you; it would be more elegant and reduce the risk of typos etc.