I just found a critical bug in `tight_layout ` in master (unless something is wrong with my installation...). ``` fig, ax=plt.subplots() fig.set_tight_layout(True) plt.show() ``` The axes get into a black hole in the middle of the figure if I try to zoom. master python 3.5, 3.6 windows 10