This is the result of my code, what changes can be made ?
I want this as the result:
Please Help.
This is the result of my code, what changes can be made ?
I want this as the result:
Please Help.
Make use of xticks and numpy together and you can provide the steps:
matplotlib.pyplot.xticks(numpy.arange(0,21,step=5))
Sample output: