You can create distance between the x-axis by specifying the label pad argument to a value in the set_xlabel method. You can do this for any axis (x, y, z) etc.
ax.set_xlabel('xxxxxxxxx', labelpad=10)
To know more about this you can have a look at the following video:-