surface plot from function in python

后端 未结 0 807
感动是毒
感动是毒 2020-12-22 07:49

How can I do a surface plot in Python? I have a function which can be defined:

def f(x):
  v = 0
  for i in range(len(x)):
      v += x[i]**2
  return v/len(x         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题