just ask it! ;)
---
what do you have against seaborn?
The guidance to avoid using Seaborn and to prefer Matplotlib for charts is based on ensuring consistency, simplicity, and avoiding potential issues with styling or compatibility. Matplotlib is a more foundational library that offers greater control over the specifics of the plot, and its direct use can help ensure that visualizations meet precise requirements without unexpected styling changes or limitations imposed by higher-level libraries like Seaborn.
---