matplotlib only values above 0 code example
Example: matplotlib include first number in plotter
ax.set_xticks(np.arange(len(x)))
ax.set_xticklabels(x, rotation = 45)
ax.set_xticks(np.arange(len(x)))
ax.set_xticklabels(x, rotation = 45)