我正在试着向任何加入我的不一致服务器的人发出欢迎信息,但当有人加入时,什么也不会发生。我收到一个错误: ReferenceError: Map.find not is not defined at C:\Users\Vir\Desktop\DiscBot\index.js:13:71 at(C:\Users\Vir\Desktop\DiscBot\index.js:13:43) at Client.emit (events.js:223:5) at Guild._addMember (C:\Users\Vir\Deskto
我使用的代码是: #Assume X_Vir, Y_Vir and Z_Vir are list of points used to create the scatter plot
tri = Delaunay(points2D) fig = ff.create_trisurf(x=X_Vir, y=Y_Vir, z=Z_Vi