ContourPlot[(x - y)/(x + y), {x, -10, 10}, {y, -10, 10}, Exclusions -> {x + y == 0}, Automatic, Frame -> True, Axes -> Automatic, AxesOrigin -> {0, 0}, AxesStyle -> GrayLevel[0.5], PlotPoints -> 200, ContourLabels -> False, ContourStyle -> Red, ContourShading -> False]
I want to exclude the line x+y == 0, and I don't know how to do it. Tried various things, but nothing works.
Can anyone help me ?
Chiel Geeraert, Netherlands