python matplotlib xaxis title code example
Example 1: add x axis label python
plt.xlabel("X axis label")
Example 2: change name of axis matplotlib
plt.xlabel('X axis')
plt.ylabel('Y axis')
plt.xlabel("X axis label")
plt.xlabel('X axis')
plt.ylabel('Y axis')