import matplotlib.pyplot as plt
plt.plot(whatever)
plt.subplots_adjust(left=0.1, right=0.9, top=0.9, bottom=0.1)
matplotlib设置图片边缘距离(left=0.1, right=0.9, top=0.9, bottom=0.1)
最新推荐文章于 2025-03-02 10:37:28 发布
import matplotlib.pyplot as plt
plt.plot(whatever)
plt.subplots_adjust(left=0.1, right=0.9, top=0.9, bottom=0.1)