matplotlib 的基本用法(三)——调整坐标轴. ... import matplotlib.pyplot as plt import numpy as np # 绘制普通图像 x = np.linspace(-1, 1, 50) y1 = 2 * x + 1 y2 ...
確定! 回上一頁