Question: plot tangent function without Asymptote

how can i plot tangent function without its Asymptote on kPi/2s ? actuallt i want to plot without its vertical Asymptote, could anybody help? tnx
 

restart:

plot(tan(x),x=-2*Pi..2*Pi,style = line,color = "Blue",legend = "tangent Plot",axes=boxed,gridlines);

 

 


 

Download plot.mw

Please Wait...