how to increase the fontsize of the axis labels matplotlib 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})