Trying to include the thousand separator to the X-axis ticks of the following histogram.
plt.hist(df.Sales_Forecast,bins=20)
plt.xticks(list(range(0,50000,2000)),fontsize=14)
Trying to include the thousand separator to the X-axis ticks of the following histogram.
plt.hist(df.Sales_Forecast,bins=20)
plt.xticks(list(range(0,50000,2000)),fontsize=14)