Prob.DiscretePdf#
DiscretePdf.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 DiscretePdf(data, num_bins, num_frames=None, update_data=False, patch_options=None, scale=None)#
Bases:
object
- animate(i)#
- get_nth_bar_vertices(n)#
- prepare(ax)#
- reset()#
- demo()#