|
|
|||
|
|
DiscretePlot |
| DiscretePlot[expr, {n, nmax}] generates a plot of the values of expr when n runs from 1 to nmax. |
| DiscretePlot[expr, {n, nmin, nmax}] generates a plot of the values of expr when n runs from nmin to nmax. |
| DiscretePlot[expr, {n, nmin, nmax, dn}] uses steps dn. |
| DiscretePlot[{expr1, expr2, ...}, {n, nmin, nmax}] plots the values of all the expri. |
| Filling | Axis | how to fill | |
| EvaluationMonitor | None | expression to evaluate at every function evaluation | |
| Joined | Automatic | whether to join points | |
| MaxPlotPoints | Automatic | the maximal number of sample points to use | |
| Exclusions | Automatic | points in n to exclude |