摘要: 用等高线图可视化一个三维函数,代码如下: import numpy as np from matplotlib import pyplot as plt plt.style.use('seaborn-white') %matplotlib inline def f(x, y): z = np.sin 阅读全文
posted @ 2020-01-08 21:52 赏尔 阅读(1042) 评论(0) 推荐(0) 编辑