When doing
Plot[ArgMin[Norm[x - {-3, -1, 0, 5}, p], x], {p, 1, 3}] I get this error message:
Plot::exclul: {(Abs[-5+x]^p+Abs[x]^p+Abs[1+x]^p+Abs[3+x]^p)-0,(3+x)-0,(1+x)-0,x-0,(-5+x)-0, p-0,Im[Abs[-5+x]^p+Abs[x]^p+Abs[1+x]^p+Abs[3+x]^p]-0} must be a list of equalities or real-valued functions. The plot itself seems to be OK
-- although I am not sure because of this error. What caused it?

Exclusions -> None? $\endgroup$