[ ]:
%matplotlib inline

Animated trajectory plotted with multidimensional scalingΒΆ

This is a trajectory of brain data plotted in 3D with multidimensional scaling.

[ ]:
# sphinx_gallery_thumbnail_path = '_static/thumbnails/sphx_glr_animate_MDS_thumb.gif'

# Code source: Andrew Heusser
# License: MIT

# import hypertools
import hypertools as hyp

# load the geo
geo = hyp.load('weights_avg')

# plot
geo.plot(animate=True, reduce='MDS')