Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/p/r/ProDy-1.5.1/prody/dynamics/plotting.py ProDy(Download)
z = scale[2] * np.outer(np.ones(np.size(u)), np.cos(v)) if onto is not None: change_of_basis = np.dot(modes._getArray().T, onto._getArray()) xyz = np.array([x.flatten(), y.flatten(), z.flatten()])
src/p/r/ProDy-HEAD/prody/dynamics/plotting.py ProDy(Download)
z = scale[2] * np.outer(np.ones(np.size(u)), np.cos(v)) if onto is not None: change_of_basis = np.dot(modes._getArray().T, onto._getArray()) xyz = np.array([x.flatten(), y.flatten(), z.flatten()])