Referring to the method I proposed for Problem with ParametricPlot Mathematica 10.0.2 throws an enigmatic error message:
Plot[Sinc[x], {x, 0, 5}, Method -> {MaxBend -> 1}]
MaxBend::deprec: MaxBend->1 is deprecated and will not be supported in future versions of the Wolfram Language. Use Method->{MaxBend->1} instead.
I don't know if this message is entirely a mistake or if it is really trying to tell me that there is a different form I should be using now. Is this same message generated by 10.1.0? Is there a known different form for MaxBend?
"MaxBend"as a string? (Obviously it will not give the message if so, so you will have to verify that it really has the intended effect. A string does not work in 9.0.1.) – Oleksandr R. Apr 15 '15 at 23:24Method -> {"MaxBend" -> 1}throws the same error. :-/ – Mr.Wizard Apr 16 '15 at 01:39Method -> {Refinement -> {ControlValue -> (* radian angle *) }}still work, tho? – J. M.'s missing motivation May 13 '15 at 00:08MaxBendalso works so I am just turningOffthe message. – Mr.Wizard May 13 '15 at 00:10MaxBendis in fact deprecated, and the message was supposed to point the user toMethod -> {Refinement -> {ControlValue -> (*radian angle*) }}. I was hoping someone from WRI would comment on your question, though, to clarify. Have you reported it to WRI? – Michael E2 Jul 05 '15 at 18:45bugstag now. edit: No, I did not report this to WRI. There are many more important things that need work so I feel it would be counterproductive. – Mr.Wizard Jul 05 '15 at 18:50ContourPlotas used in this answer. – Karsten7 Jul 05 '15 at 19:00MaxBendhas apparently been deprecated or at least missing from the docs since V6. – Michael E2 Jul 05 '15 at 23:44Method -> {PlotDivision -> 2}. – Karsten7 Jul 08 '15 at 21:12MaxBendas aMethodscreenshot. – Karsten7 Jul 11 '15 at 10:24