I have 100 days of raw data. Four methods have identified a different number of useful days data.
raw_days = 100
# Useful days identified by different methods
Met1 = 92
Met2 = 93
Met3 = 96
Met4 = 91
commondays = 88 # Number of common useful days in four methods
I want to represent the above information in bar plots. I don't know if this is possible. At the end, What I want to see is a bar plot something like shown below.