Strange Manipulate+ContourPlot behavior
- To: mathgroup at smc.vnet.net
- Subject: [mg82048] Strange Manipulate+ContourPlot behavior
- From: Yaroslav Bulatov <yaroslavvb at gmail.com>
- Date: Wed, 10 Oct 2007 04:30:40 -0400 (EDT)
Manipulate[
ContourPlot[(
b (a - a p + b p))/(-2 a b (-1 + p) + a^2 p + b^2 p), {a, 0, 1}, {b,
0, 1}], {p, 0, 1}]
In Mathematica 6.0.1 on Windows I get a strange patchy plot, and
warnings
Developer`FindDivisions::fdargs: The arguments in \
Developer`FindDivisions[{0.5,0.5}, 10, 10] are not supported.
Note that for p=0, the function in ContourPlot is 1/2 for all a,b