mixture_animation¶
- pyeem.plots.mixture_animation(dataset, mix_results_df, plot_type='imshow', fig_kws={}, plot_kws={}, cbar_kws={}, animate_kws={}, **kwargs)¶
Create an animation of the augmented mixture spectra.
- Parameters
dataset (pyeem.datasets.Dataset) – [description]
mix_results_df (pandas.DataFrame) – [description]
plot_type (str, optional) – [description]. Defaults to “imshow”.
fig_kws (dict, optional) – Optional keyword arguments to include for the figure. Defaults to {}.
cbar_kws (dict, optional) – Optional keyword arguments to include for the colorbar. Defaults to {}.
animate_kws (dict, optional) – Optional keyword arguments to include for the animation. Defaults to {}.
- Returns
[description]
- Return type
matplotlib.animation.ArtistAnimation