The numpoints option allows specification of the number of points used to plot solution curves in the DEplot.
The stepsize option can also be used to specify the number of points used in the plot, but only when the number of points it requests exceeds the default of 49, and one must take great care, as stepsize is also passed as an option to numerical dsolve when any of the classical methods are in use (not the default).
When using a classical method (see the method option below), the option iterations allows the user to ask that the specified number of steps be taken for each stepsize in the plot. This gives a greater accuracy in the output points, while retaining the actual number of output points present in the plot. Again, unless the number of points dictated by the step size is greater than 49, 49 points will be used.
In this example, the stepsize sent to dsolve is actually 0.02/2=0.01
In this example, the stepsize sent to dsolve is actually 0.02/4=0.005