ParametricPlot::plld
Plot::plld
Plot3D::plld
ContourPlot::plld
DensityPlot::plld
ParametricPlot3D::plld
Play::plld
An error occurs because the limits on the plotting variable are the same:
Plot[Cos[x], {x, 0, 0}]This shows valid limits on the plotting variable in Plot:
Plot[Cos[x], {x, 0, 2Pi}]