Concept Flow - Customizing Seaborn plots with Matplotlib
Create Seaborn plot
Access Matplotlib figure/axes
Apply Matplotlib customizations
Render updated plot
Start by making a Seaborn plot, then use Matplotlib commands on its figure or axes to customize, and finally show the updated plot.