 plt.xlim doesn;t work for me on tight range. For example plt.xlim((0,1)) works well, but when I run with plt.xlim((-0.1,0.1)) the range won't change. Any solutions?