Topic: Incorrect graph for f(x,y)g(x,y) = 0
Hi,
Graph gives incorrect graphs for some equations of the type f(x,y) * g(x,y) = 0.
Examples:
(abs(x-1) + abs(y) - 1) * (abs(x) + abs(y-1) - 1) = 0;
(x-y) * (x-y) = 0;
(x^2 + y^2 - 1) * (x^2 + y^2 - 1) = 0.