赞
踩
参考:https://www.cnblogs.com/atanisi/p/8530693.html 其中有一个例子
# -*- coding: utf-8 -*- import numpy as np import matplotlib.pyplot as plt x = np.linspace(0,10) y = np.linspace(0,10) z = np.sin(x/3)