Prob.AnimatedHistogram#
AnimatedHistogram.py
revised and made into a class from the example at https://matplotlib.org/3.1.1/gallery/animation/animated_histogram.html
Copyright (c) 2020, SAXS Team, KEK-PF
- class AnimatedHistogram(data, num_bins, num_frames, update_data=False, patch_options=None)#
Bases:
object
- animate(i)#
- prepare(ax)#
- reset()#
- demo()#
- demo_()#