Las gráficas 3D de matplotlib reducen los márgenes

import matplotlib.pyplot as plt
plt.subplots_adjust(left=0, right=1, top=1, bottom=0)
Annoying Armadillo