Hi Sergey,
1) This code gives a strange error:
The debugged program raised the exception unhandled TypeError
which is strange since start_points is in the streamplot documentation
"streamplot() got an unexpected keyword argument 'start_points'"
File: /home/sergey/.local/lib/python3.6/site-packages/kwant/plotter.py, Line: 2164
2) How to make several plots be generated without manual closure of the previous one? My command pyplot.show(block=False) does not seem to work in this case.