fontsize='x-large' matplotlib x , y axis code example
Example: matplotlib text too small
import matplotlib.pyplot as plt
plt.rcParams.update({'font.size': 22})
import matplotlib.pyplot as plt
plt.rcParams.update({'font.size': 22})