User Portlet User Portlet

Hovhannes Demirtshyan
Discussions
Thanks a lot for your replies. Marco I think I found a better way:Plot3D[1/(x + 1), {x, -2, 2}, {y, 0, 2}, Exclusions -> {x == -1}, PlotRange -> {{-2, 2}, {0, 2}, {-5, 5}}, ClippingStyle -> None]ClippingStyle is an option that...
I've tried to use "Exclusions" but it doesn't work. It doesn't give any errors or warnings but it also doesn't make any change in the plot. Exclusions don't work in the following case either:[mcode]Plot[1/Sin[x], {x, 0, 15}, Exclusions -> Sin[x] ==...