I have a snippet of code that produces 2 seaborn.histogram
plots on the same axes, split by hue
, and annotated:
The two histograms are appropriately colored differently using the hue
parameter, and the count of data in each bin are also appropriately annotated. However, can I also color the annotations / counts of what is in each bin?