We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
I just found a critical bug intight_layout in master (unless something is wrong with my installation...).
tight_layout
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.
masterpython 3.5, 3.6windows 10