How to change plot size in Jupyter Notebook
I keep forgetting that and I must google it every time I want to change the size of charts in Jupyter Notebook (which really is, every time).
So this is how you do it:
1
2
3
import matplotlib.pyplot as plt
plt.rcParams["figure.figsize"] = (20,10)
Hopefully, now I am going to remember or just open my own blog post instead of googling it ;)
You may also like
Remember to share on social media! If you like this text, please share it on Facebook/Twitter/LinkedIn/Reddit or other social media.
If you want to contact me, send me a message on LinkedIn or Twitter.
Would you like to have a call and talk? Please schedule a meeting using this link.