How do I make one legend for all subplots in a sns.histplot without duplicate labels?
I have a dataframe that I’m plotting using sns.histplot to make ~9 subplots. I do not want the figure to have 9 legends. I’d like 1 legend for the entire figure, since most of the legends are identical anyway. However, since not all the subplots are 100% identical (some have an extra “crop” or are missing one), I can’t simply remove all the legends except for 1.