matplot ax.margin 缩放坐标轴

''' matplot.axes.Axes.margins() sets margins used to autoscale the matplotlib.axes default=0.05 ''' import numpy as np import matplotlib.pyplot as plt def f(t): return np.exp(-t) * np.cos(2*np.p
相关文章
相关标签/搜索