ParametricPlot::ppts
ContourPlot::ppts
DensityPlot::ppts
ParametricPlot3D::ppts
Plot::ppts
Plot3D::ppts
All is not a valid value for the PlotPoints option:
Plot[Cos[x], {x, 0, 10}, PlotPoints -> All]This shows a valid value for the PlotPoints option in Plot:
Plot[Cos[x], {x, 0, 10}, PlotPoints -> 10]