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:

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 ;)

Get Weekly AI Implementation Insights

Join engineering leaders who receive my analysis of common AI production failures and how to prevent them. No fluff, just actionable techniques.

Older post

Looking for structure in data — Andrews curves plot explained

How to read Andrews curves chart

Newer post

Apriori algorithm explained

Using association rule learning to make recommendations

Engineering leaders: Is your AI failing in production? Take the 10-minute assessment
>