The Documentation Center article on Plot notes under Details and Options that Method is one of the options for Plot.
However, it doesn't mention what Method values are allowed, and neither does the article on Method.
The Options section of the Plot article gives details on 91 options, but Method isn't one of them.
The more general problem I'm having: when I do Plot[f[x], {x, a, b}] for a certain function, Plot graphs it just fine, but spews out a ton of warnings that suggest Plot is trying to symbolically differentiate (or otherwise symbolically manipulate) my function, which is impossible since f is defined with SetDelayed.
To avoid these warnings, I want to tell Plot to only evaluate this function numerically and not attempt to find its derivative/etc.
Comments
Post a Comment