()
| 32 | |
| 33 | # Init only required for blitting to give a clean slate. |
| 34 | def init(): |
| 35 | line.set_ydata(np.sin(x)) |
| 36 | return line, |
| 37 | |
| 38 | # call the animator. blit=True means only re-draw the parts that have changed. |
| 39 | # blit=True dose not work on Mac, set blit=False |
nothing calls this directly
no outgoing calls
no test coverage detected