Examples.
Input:
plot(x^2-2,x)
Output:
Input:
plot(x^2-2,xstep=1)
or:
plot(x^2-2,x,xstep=1)
Output:
Input:
plot(x^2-2,x=-2..3,nstep=30)
Output: