Create a rotating static plotΒΆ

In addition to plotting dynamic timeseries data, the spin feature can be used to visualize static data in an animated rotating plot.

# Code source: Andrew Heusser
# License: MIT

# import
import hypertools as hyp

# load example data
data = hyp.load('weights_sample')

# plot
hyp.plot(data, '.', animate='spin')

Total running time of the script: ( 0 minutes 0.000 seconds)

Generated by Sphinx-Gallery