We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
These lines produce a gap between the X axis and the image:
plt.rcParams['figure.figsize'] = [8, 7] plt.imshow([[1, 3], [2, 1]]) plt.savefig('gap.jpg', dpi=50)
These lines produce a gap between the X axis and the image: