Seaborn style looks nicer than the default style of matplotlib, but matplotlib is more customizable.
If you want to apply seaborn style on matplotlib plots, use seaborn.set_theme().
seaborn.set_theme()
My previous tips on data visualization.