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
You are not logged in. Please login or register.
Graph Forums → Support → 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
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.
Graph Forums → Support → Only plot integers?
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.012 seconds (56% PHP - 44% DB) with 11 queries