How do I control turtle's self._newline()?
I need to figure out how to control the self._newline(), in turtle.py. I found out about this during my python Mandelbrot set program, when it started doing weird things; see Why is turtle lightening pixels? for more details. However, when I tried to make an extremely similar program that graphed the tangent of complex numbers, the same thing did not happen...but the program slowed down considerably over time. Basically, I am asking 3 questions: What is the difference between these programs that causes this discrepancy? (intellectual inquiry) How do I activate/stop self._newline()? (Necessary,