Rohit02
1
How to fill different colors in single histogram like this? Please help me.
yus
2
This is probably made of many different histograms, each with a different color.
couet
3
@yus is right. Then you can combine them using a THStack and draw it with option “nostack”
Rohit02
4
@yus @couet Thanks a lot sir for your reply.