Question: Remove discontinuity from implicitplot graph

Hello.

 

I plot  F1:=1/(x + μ) + x - 1 and on the graph i get the line x = -μ. How can I get rid of it? I try the discont option but I get an error. Do I need, maybe, a specific with command?

The command I use is the next one:

 

diagd1_1 := implicitplot(F1 = 0, mu = -8 .. 8, x = -4 .. 4, gridrefine = 5, crossingrefine = 15, rational, color = blue, thickness = 2, numpoints = 100000, resolution = 3000, rangeasview)

 

The error I get:

Error, (in plot/options2d) unexpected option: discont = True

 

 

Thanks a lot !!!

Please Wait...