Could someone please guide me on how should I make sure that all ticks (or maybe a better way to specify will be to say all elements in the list passed to plot function) are
use this.
fig = plt.figure(figsize=(10,8)) plt.xticks(np.arange(min(x), max(x)+1, 1.0))