Код: Выделить всё
from matplotlib import pyplot as plt
fig = plt.figure()
plt.plot(data)
fig.suptitle('test title')
plt.xlabel('xlabel')
plt.ylabel('ylabel')
fig.savefig('test.jpg')
Код: Выделить всё
mpl.rcParams['font.size']=x
Подробнее здесь: https://stackoverflow.com/questions/124 ... -font-size