How to make your Matplotlib plot nicer in 15 seconds
Use plt.style.ggplot()
:
from matplotlib import pyplot as plt
plt.style.use("ggplot")
Before:
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow