d46ec02efab15f9def0369e26349a4558b125111,examples/plot_geodesics.py,,,#,38

Before Change


ax.set_ylabel("Y")
ax.set_zlabel("Z")

trihedron_start = visualization.trihedron_from_rigid_transformation(points[0])
trihedron_end = visualization.trihedron_from_rigid_transformation(points[-1])

im = plt.imshow(points[all_t, :], animated=True)

After Change


ax.set_ylabel("Y")
ax.set_zlabel("Z")

print(geodesic(all_t))

im = plt.imshow(geodesic(all_t), animated=True)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: geomstats/geomstats
Commit Name: d46ec02efab15f9def0369e26349a4558b125111
Time: 2018-01-31
Author: ninamio78@gmail.com
File Name: examples/plot_geodesics.py
Class Name:
Method Name:


Project Name: geomstats/geomstats
Commit Name: dae22e6fa804158483d32755d6866c451737984a
Time: 2020-02-13
Author: niklas.koep@gmail.com
File Name: geomstats/geometry/product_manifold.py
Class Name: ProductManifold
Method Name: geodesic


Project Name: geomstats/geomstats
Commit Name: d46ec02efab15f9def0369e26349a4558b125111
Time: 2018-01-31
Author: ninamio78@gmail.com
File Name: examples/plot_geodesics.py
Class Name:
Method Name: updatefig