0
Q:

label size matplotlib

plt.plot([1, 2, 3], label='Inline label')
plt.legend(loc=1, prop={'size': 16})

1
import matplotlib.pyplot as plt
plt.rcParams.update({'font.size': 22})
1
  plt.xlabel("Time (s)", fontsize = 40)
0

New to Communities?

Join the community