The pyplot API provides a function to directly set the range of one axis, as follows: import numpy as np import matplotlib.pyplot as plt X = np.linspace(-6, ...
確定! 回上一頁