📜  matplotlib 3D 绘图减少边距 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:40.334000             🧑  作者: Mango

代码示例1
import matplotlib.pyplot as plt
plt.subplots_adjust(left=0, right=1, top=1, bottom=0)