---------------------------------------------------------------------------
NotImplementedError Traceback (most recent call last)
<ipython-input-1-7f4e34140d3b> in <module>()
12 plt.scatter(i, y)
13 plt.show()
---> 14 plt.pause(0.0001)
/home/tony/anaconda3/lib/python3.5/site-packages/matplotlib/pyplot.py in pause(interval)
289 canvas.draw()
290 show(block=False)
--> 291 canvas.start_event_loop(interval)
292 return
293
/home/tony/anaconda3/lib/python3.5/site-packages/matplotlib/backends/backend_nbagg.py in start_event_loop(self, timeout)
192
193 def start_event_loop(self, timeout):
--> 194 FigureCanvasBase.start_event_loop_default(self, timeout)
195
196 def stop_event_loop(self):
/home/tony/anaconda3/lib/python3.5/site-packages/matplotlib/backend_bases.py in start_event_loop_default(self, timeout)
2443 self._looping = True
2444 while self._looping and counter * timestep < timeout:
-> 2445 self.flush_events()
2446 time.sleep(timestep)
2447 counter += 1
/home/tony/anaconda3/lib/python3.5/site-packages/matplotlib/backend_bases.py in flush_events(self)
2388 backends with GUIs.
2389 """
-> 2390 raise NotImplementedError
2391
2392 def start_event_loop(self, timeout):
NotImplementedError: