I want to plot an histogram in python 2.7 whith a log scale on y axis:
I wrote this code:
plt.hist(lifes,100, log=True)
But the results of histogram changed for the two axis like this:
But in the initial histogram I have values > 2000 for x axis and all values are smaller than 200 for y axis. I think it is because some values on x axis have one as effectif?