A simple guide to setting default plotting parameters in matplotlib’s rcParam — Matplotlib gets a lot of stick I think it’s unfair. I’ll admit that if you just run plt.plot() then you’ll get something quite ugly but it is, in my view, the best plotting package in python and a largely unavoidable one. Alternatives Ok, so you don’t like matplotlib and are considering…