I am using Pandas histogram.
I would like to set the y-axis range of the plot.
Here is the context:
import matplotlib.pyplot as plt %matplotlib
If you use
data['ranking'].plot.hist(ylim=(0,1))
it should work.