xlabel python matpolotlib code example
Example 1: change name of axis matplotlib
plt.xlabel('X axis')
plt.ylabel('Y axis')
Example 2: label axis matplotlib
ax2.set_xlabel('time (s)')
plt.xlabel('X axis')
plt.ylabel('Y axis')
ax2.set_xlabel('time (s)')