matplotlib.pyplot.ylim(*args, **kwargs) [source] ... ylim(ymax=3) # adjust the max leaving min unchanged ylim(ymin=1) # adjust the min leaving max unchanged.
確定! 回上一頁