Topic: Only plot integers?

I have a function and I only want to plot a point at every integer on the x-axis.

Thus I want to plot a point where x=1, x=2, x=3,...
And not at every point in between?

Thanks in advance

Re: Only plot integers?

In Argument range, specify number of Steps equal to required number of points to plot. Take care that  the result of (1+To-From)/Steps gives integers you wish. And change draw type to Dots, possibly increase the Width.