single_source_animation

pyeem.plots.single_source_animation(dataset, ss_results_df, source, plot_type='imshow', fig_kws={}, plot_kws={}, cbar_kws={}, animate_kws={}, **kwargs)

Create an animation of the augmented single source spectra.

Parameters
  • dataset (pyeem.datasets.Dataset) – [description]

  • ss_results_df (pandas.DataFrame) – [description]

  • source (str) – [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