import numpy as np import matplotlib.pyplot as plt x = np.arange(0, 5, 0.1); y = np.sin(x) ... xlim(), ylim(): For setting the x- and y-limits individually.
確定! 回上一頁