Seaborn's FacetGrid has a margin_titles kwarg, and its effect is shown in the documentation e.g.
How do I similarly add margin titles when using Seaborn's relplot?
Seaborn's FacetGrid has a margin_titles kwarg, and its effect is shown in the documentation e.g.
How do I similarly add margin titles when using Seaborn's relplot?
Copyright © 2021 Jogjafile Inc.

I am not sure how you want to use it, but this can be given in a dict in the facet_kws argument.