Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用mlab.path(path,'/my/path')但失败了。进NameError: name 'path' is not defined了蟒蛇。有人有想法吗?
mlab.path(path,'/my/path')
NameError: name 'path' is not defined
没关系。我发现了如何。使用mlab.addpath().
mlab.addpath()