Matplotlib 3D -Diagramme reduzieren Ränder
import matplotlib.pyplot as plt
plt.subplots_adjust(left=0, right=1, top=1, bottom=0)
Annoying Armadillo
import matplotlib.pyplot as plt
plt.subplots_adjust(left=0, right=1, top=1, bottom=0)